Alignment problem in Panel

I am not able to align all components of the respective panels to the center when I add the composite panel to center of a BorderLayout frame. Pl suggest improvements in code below:
public class CenterPanel extends JPanel {
BoxLayout oBoxLayoutCenterPanel = null;
BoxLayout oBoxLayoutUserID = null;
BoxLayout oBoxLayoutHead = null;
BoxLayout oBoxLayoutPasswordPanel = null;
BoxLayout oBoxLayoutButtonPanel = null;
Border border1;
JPanel pnlUserID = new JPanel();
JPanel pnlHead = new JPanel();
JPanel pnlPassword = new JPanel();
JPanel pnlButtonPanel = new JPanel();
JLabel lblTitle = new JLabel();
JLabel lblUserID = new JLabel();
JLabel lblPassword = new JLabel();
Border border2;
Border border3;
JTextField txtUserIDField = new JTextField();
JTextField txtPasswordField = new JTextField();
JButton btnLogin = new JButton(new ImageIcon("login_login_button.gif"));
JButton btnClose = new JButton(new ImageIcon("login_close_button.gif"));
public CenterPanel() {
try {
jbInit();
catch(Exception ex) {
ex.printStackTrace();
void jbInit() throws Exception {
oBoxLayoutCenterPanel = new BoxLayout(this,BoxLayout.Y_AXIS);
oBoxLayoutHead = new BoxLayout(pnlHead,BoxLayout.X_AXIS);
oBoxLayoutUserID = new BoxLayout(pnlUserID,BoxLayout.X_AXIS);
oBoxLayoutPasswordPanel = new BoxLayout(pnlPassword,BoxLayout.X_AXIS);
oBoxLayoutButtonPanel = new BoxLayout(pnlButtonPanel,BoxLayout.X_AXIS);
border2 = BorderFactory.createEmptyBorder(15,15,15,15);
border3 = BorderFactory.createEmptyBorder(15,15,15,15);
this.setBackground(new Color(203, 208, 217));
this.setAlignmentX((float) 0.0);
this.setAlignmentY((float) 0.0);
this.setMaximumSize(new Dimension(500, 270));
this.setMinimumSize(new Dimension(500, 270));
this.setPreferredSize(new Dimension(500, 270));
this.setLayout(oBoxLayoutCenterPanel);
pnlHead.setLayout(oBoxLayoutHead);
pnlUserID.setLayout(oBoxLayoutUserID);
pnlUserID.setBackground(new Color(203, 208, 217));
pnlUserID.setAlignmentX((float) 0.0);
pnlUserID.setAlignmentY((float) 0.0);
pnlUserID.setBorder(border2);
pnlUserID.setMaximumSize(new Dimension(500, 50));
pnlUserID.setMinimumSize(new Dimension(500, 50));
pnlUserID.setPreferredSize(new Dimension(500, 50));
pnlHead.setBackground(new Color(203, 208, 217));
pnlHead.setMaximumSize(new Dimension(500, 85));
pnlHead.setMinimumSize(new Dimension(500, 85));
pnlHead.setPreferredSize(new Dimension(500, 85));
txtPasswordField.setAlignmentX((float) 0.0);
txtPasswordField.setMaximumSize(new Dimension(170, 18));
txtPasswordField.setMinimumSize(new Dimension(170, 18));
txtPasswordField.setPreferredSize(new Dimension(170, 18));
pnlPassword.setAlignmentX((float) 0.0);
pnlPassword.setAlignmentY((float) 0.0);
pnlPassword.setBorder(border3);
pnlPassword.setMaximumSize(new Dimension(500, 50));
pnlPassword.setMinimumSize(new Dimension(500, 50));
pnlPassword.setPreferredSize(new Dimension(500, 50));
pnlButtonPanel.setBackground(new Color(203, 208, 217));
pnlButtonPanel.setAlignmentX((float) 0.0);
pnlButtonPanel.setMaximumSize(new Dimension(500, 85));
pnlButtonPanel.setMinimumSize(new Dimension(500, 85));
pnlButtonPanel.setPreferredSize(new Dimension(500, 85));
pnlButtonPanel.setLayout(oBoxLayoutButtonPanel);
btnLogin.setAlignmentY((float) 0.0);
btnLogin.setMaximumSize(new Dimension(74, 18));
btnLogin.setMinimumSize(new Dimension(74, 18));
btnLogin.setPreferredSize(new Dimension(74, 18));
btnClose.setAlignmentY((float) 0.0);
btnClose.setMaximumSize(new Dimension(74, 18));
btnClose.setMinimumSize(new Dimension(74, 18));
btnClose.setPreferredSize(new Dimension(74, 18));
pnlHead.add(lblTitle, null);
pnlButtonPanel.add(Box.createRigidArea(new Dimension(80,0)),null);
pnlButtonPanel.add(btnLogin, null);
pnlButtonPanel.add(Box.createRigidArea(new Dimension(20,0)),null);
// pnlButtonPanel.add(Box.createHorizontalGlue());
pnlButtonPanel.add(btnClose, null);
lblTitle.setFont(new java.awt.Font("Tahoma", 0, 18));
lblTitle.setText("Instore User Application");
lblTitle.setForeground(Color.black);
lblUserID.setFont(new java.awt.Font("Tahoma", 0, 12));
lblUserID.setText("User ID");
lblUserID.setForeground(Color.black);
lblPassword.setText("Password");
lblPassword.setFont(new java.awt.Font("Tahoma",0,12));
lblPassword.setForeground(Color.black);
txtUserIDField.setMaximumSize(new Dimension(170, 18));
txtUserIDField.setMinimumSize(new Dimension(170, 18));
txtUserIDField.setPreferredSize(new Dimension(170, 18));
pnlPassword.setBackground(new Color(203, 208, 217));
pnlPassword.setLayout(oBoxLayoutPasswordPanel);
pnlPassword.add(lblPassword, null);
pnlPassword.add(Box.createRigidArea(new Dimension(15,0)),null);
pnlPassword.add(txtPasswordField, null);
pnlUserID.add(lblUserID, null);
pnlUserID.add(Box.createRigidArea(new Dimension(25,0)),null);
pnlUserID.add(txtUserIDField, null);
this.add(pnlHead, null);
this.add(pnlUserID, null);
this.add(pnlPassword, null);
this.add(pnlButtonPanel, null);
}

Try this:
                                <h:outputText binding="#{mypage.outputText1}" escape="false" id="outputText1" value="<div align="right">"/>
                                <h:outputText binding="#{mypage.outputText2}"
id="outputText2" value="#{mypage.beanProperty1}"/>
                                <h:outputText binding="#{mypage.outputText3}" escape="false" id="outputText3" value="</div>"/>

Similar Messages

  • I am looking for some hotels on mozilla and encountered a strange issue, the hotel ad for first slot is not aligned in knowledge panel.

    I was looking for a hotel on mozilla and the first hotel exhibiting in the ad is not aligned with knowledge panel. However it is showing correct result on other browsers. This error is not just contained for one hotel ad but to other as well. I am just curious if it's an issue from their end or some technical syntax error in mozilla
    Please find an attachment.
    Thanks.

    You may have zoomed web page(s) by accident.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.

  • Alignment problem in converting smartform printpreview into PDF

    Hi all,
    I am getting some alignment problem in converting smartform printpreview into PDF format, i.e the format of PDF is different from printpreviw of smartform.
    kindly suggest something so that alignment is not changed while converting to PDF.
    Regards,
    Sumalatha

    use below f.m to convert it into 255 characters....
         CALL FUNCTION 'QCE1_CONVERT'
            TABLES
              t_source_tab         = i_tline
              t_target_tab         = so_ali[]
            EXCEPTIONS
              convert_not_possible = 1
              OTHERS               = 2.

  • Alignment problem on abap report after Unicode conversion

    Hi,
    I've recently convert my system to unicode. Now my user is complaining the aged debtor report (ABAP) is having a column alignment problem when displaying the Japanese character.
    I'm not sure what to do now. Have anyone experience this and let me know how can I sove the problem?
    /Eida

    Hi,
    you need to regenerate the data
    For this regeneration, you start the program RKETREGP with the parameter
    application class 'KK', subclass '01' and table name 'KKROBJ'.
    br, Guido

  • Having a image alignment problem using clearbox

    Hi,
    I'm having an image alignment problem. I cannot figure it out. I'm using the clearbox - lightbox dreamweaver widget. Using Dreamweaver CS6.
    Actual page located here. Any help would be appreciated.
    http://dirtysouthink.com/gallery/dustin2.html

    This has very little to do with Dreamweaver. DW is merely a tool to assist you in building a web site. It is purely a matter of styling (CSS).
    When I look at the structure, I see
    BODY-CONTENT (width: 490px)
         GALLERY (width: 452px)
              CONTAINER (width: 500px)
                   ITEM (width: 150px)
    From this I can deduce that:
    GALLERY will fit inside BODY-CONTENT
    CONTAINER will NOT fit inside GALLERY or BODY-CONTENT
    ITEM will fit three times into CONTAINER
    To start with, I would reduce the size of the CONTAINER so that it fits inside of its parent. Then I would adjust the width of the ITEM so that only two of them fit inside of the CONTAINER.

  • Same alignment problem! can ANYONE help??

    Hi guys i still need help with my alignment problem! My nav
    bar lokos good in the preview window of fireworks
    CLICK
    HERE TO VIEW THE NAV BAR IN FIREWORKS
    but when previewed in a browser or exported into dreamweaver,
    the navbar is all out of order
    CLICK
    HERE TO VIEW THE NAV BAR IN DREAMWEAVER
    Can anyone tell me what is going on?? i really need to launch
    the website ASAP.
    Thankyou!

    10totti wrote:
    > Hi guys i still need help with my alignment problem! My
    nav bar lokos good in
    > the preview window of fireworks
    >
    >
    http://img97.imageshack.us/my.php?image=nav1yp1.jpg
    I hate being harassed by ads and will not review images on
    the image
    shack site any longer. Post the screen shot or original file
    to your
    personal site.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Banner Alignment Problem

    I am having an alignment issue with a website that I recently built using dreamweaver.
    http://bacs.myweb.uga.edu
    There is not an alignment problem on the front page (index.html), but subsequent pages (http://bacs.myweb.uga.edu/currentstudents.html) change the alignment of the banners below the tabs for each section.  Screen resolutions of 1280X800 do not have any alignment issues, but pretty much any other resolution changes the alignment.  Is there a solution to this problem?  Rather than posting all the code, you should be able to get it from the links above.  Thanks in advance.
    Frustrated in Athens,
    Aldo

    html
    <body>
    <div id="wrapper">
    </div>
    </body>
    css
    #wrapper {
    width: /*the width of your content */
    margin:0 auto; /*this will centre align it*/
    padding:0;

  • Paper Alignment problems!

    I have a HP F4280 all in one printer, just recently when doing any type of printing, everything is printed but comes off alignment, that is not straight on the page. How can I fix this paper alignment problem? I've had this printer for 2 years now and just recently the alignment is off, I haven't done anything different!

    The troubleshooting page here may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Spot healing brush alignment problem

    Using Photoshop CS4 (11.0) on a Mac with 10.5.6. Sometimes the spot healing brush works as expected. However, after working for a while, the alignment seems to be off--I hover the cursor over the spot I want to retouch, but when I click the mouse the area retouched is a bit (1/4" or so) below the spot healing brush cursor. If I quite and restart Pshop the problem goes away. This is with the spot healing brush--not the one where you need to select where to clone from. Is something wrong, or is there a new feature I don't know about that's causing this? I've used the spot healing brush quite a bit with CS3.
    If anyone has any thoughts, I'd appreciate hearing them. This is getting frustrating.

    I think you are talking about a different issue here. This problem is not specific to the spot healing brush.
    @ OP: The brush alignment problem is very real and I have it frequently when working with larger files (approximately >500MB in memory). I have two macs, a macbook (GMA X3100) and a mac pro (ATI Radeon HD 2600 XT). So two completely different hardware arrangements that have the exact same problem.This is clearly not a problem with graphics cards.
    Drawing with any tool like: brush (any brush - dodge/burn, blur, eraser etc.), lasso (any lasso), line, crop tool etc. will result in a misalignment of about 0,5 cm directly downward. However, clicking on menus and dialogue boxes works as expected. Switching off OpenGL features in PS WILL NOT PREVENT THE PROBLEM (if I shout, maybe Adobe will hear...). The same problem appears whether I'm using a Wacom tablet or a mouse. It even appears when the Wacom driver is uninstalled.
    So, if Adobe is not acknowledging the problem it's safe to assume it will be featured in CS5 as well.
    @ Jim: Sorry, I would have posted in the other thread but your link does not work anymore.

  • Can I fix the alignment problems my Color LaserJet CP1518ni is having? The red does not line up.

    Can I fix the alignment problems my Color LaserJet CP1518ni is having?  The red does not line up.  I have installed the latest updates, etc.  Calibrating does not help.  The printer is only a few years old.  What gives?
    This question was solved.
    View Solution.

    Please be aware that this forum is a peer to peer support forum, it is not a direct link to HP support.
    I have a similar issue with a Laserjet cp1525nw, it was mostly corrected by removing and reseating the toner cartridges.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Alignment problems in JSF datatable

    Hi,
    In my JSF data-table, i have few alignment problems.
    For Example, I have 4 columns, Emp-Id, First-Name,Last-name and Age.
    What happens is, sometimes, the value in the First-Name cell moves into the Last-Name cell, leadiing to alignment problems. But this is not happening always. Occasionlly this happens.
    I tried with iFrames and also by having fixed width for each cell, then also this problem is persisting.
    Is it something to do with the datatable display in JSF?
    Any suggestions/ideas on how to resolve this problem would be of immense help.
    Thanks

    Hi
    What happens if you delete the text and retype in and change alignment ?
    Does the same issue happens with all sub menu items ?
    Please provide the site url.
    Thanks,
    Sanjit

  • Keynote 9 and objects alignment problems

    Why keynote does not align object using the first one selected as stated in the user guide?
    It will rather use the highest one for top, the lowest one for bottom and a ponderate value for all objects for middle.
    Same problem for left center right.
    If I do align top with an order like (1 being the 1st selected, 2 the 2nd and 3 the 3rd).
         2                                             1     2          3
    1                       I end up with                              Rather than 1     2          3
                   3
    If I do align top with
         3                                             2     3          1
    2                      I end up with                               Rather than
                   1                                                                                      2     3          1
    Can this be changed somewhere?
    This is just not logical at all. The first object should be the reference for the alignment.
    There also is a problem with distribution, it uses the farthest left and the farthest right in Horizontal distribution rather
    than first and last selected.
    This is against the documentation.
    Cheers.
    Joffrey.

    Hello.
    Thanks for your reply. Indeed, these alignment guides are a powerful and great tool that I use all the time.
    Nevertheless when it comes to aligning a big amount of shapes, I can't be bothered doing it one by one.
    In the manual of Keynote 09' it is written page 89 and 90:
    Quickly Aligning Objects Relative to One Another
    You can use menu commands to quickly move objects on the same slide in alignment or space them equally apart. First, you must select all the objects you want to align (hold down the Shift or Command key as you click each object to select it).
    To align selected objects:
    m    To align the objects with each other, choose Arrange > Align Objects and then choose one of the alignment options in the submenu.
    Left:  Positions objects so that their left edges align vertically to the first object you select.
    Center:  Positions objects so that their centers align vertically to the first object you select.
    Right:  Positions objects so that their right edges align vertically to the first object you select.
    Top:  Positions objects so that their top edges align horizontally to the first object you select.
    Middle:  Moves objects vertically so that their centers align horizontally to the first object you select.
    Bottom:  Positions objects so that their bottom edges align horizontally to the first object you select.
    There is a discrepency between the manual and what Keynote actually does.
    I know there are lots of way to circumvent this alignment problem, I would just want to know if there is a place, in a config file, may be where this can be switch from topper to first one for example in case of an align top.
    Any other tools such as Omnigrafle, Axure, Visio, Adobe suites, you name it, do it using the first selected object. I whish Keynote would act as expected.

  • TEXT ALIGN PROBLEM UNORDERED LIST SPRY PANEL

    When a sentence is too long for its container it breaks to the line below
    In a vertical unordered list with square bullets how do I get the word below
    to line up with its parent sentence above? just like in this sentence. Reference below.

    We would need to see your CSS & HTML code.
    My guess is that you removed default settings (margins & padding) from your unordered lists -- perhaps with a reset CSS.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Conky on i3: alignment problem

    Hi everyone,
    I googled this without success so I bother the forum users.
    I'm currently using the i3 window manager, the problem is: I can't find a way to position conky the way I want.
    The alignment option seems to be overridden by the wm, except if I use the
    own_window_type override
    but with that option conky get's covered by other windows.
    Here's what I tried so far:
    1) running conky as a normal window (didn't find a way to make it visible on all workspaces)
    2) running conky as dock (it just sticks to the top of the screen)
    3) running all other modes (desktop, panel) without success
    4) running out of ideas (and choosing to ask the forum)
    Anyone had the same problem or knows 1) if it can be solved 2) a way to solve it?
    Thanks to everyone

    Sorry, my bad.
    Here is .i3/config
    # This file has been auto-generated by i3-config-wizard(1).
    # It will not be overwritten, so edit it as you like.
    # Should you change your keyboard layout somewhen, delete
    # this file and re-run i3-config-wizard(1).
    #force_xinerama no
    # i3 config file (v4)
    # Please see http://i3wm.org/docs/userguide.html for a complete reference!
    set $mod Mod4
    # font for window titles. ISO 10646 = Unicode
    font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
    # Use Mouse+$mod to drag floating windows to their wanted position
    floating_modifier $mod
    # start a terminal
    # bindsym $mod+Return exec i3-sensible-terminal
    bindcode $mod+53 exec xterm -fg white -bg black
    # kill focused window
    bindsym $mod+Shift+Q kill
    # start dmenu (a program launcher)
    #bindsym Mod1+F2 exec dmenu_run
    bindcode 108 exec dmenu_run
    # change focus
    #bindsym $mod+h focus left
    bindsym $mod+j focus left
    bindsym $mod+k focus right
    bindsym $mod+l focus down
    # alternatively, you can use the cursor keys:
    bindsym Mod4+Tab focus right
    bindsym Mod4+Left focus left
    bindsym Mod4+Down focus down
    bindsym Mod4+Up focus up
    bindsym Mod4+Right focus right
    # move focused window
    bindsym $mod+Shift+J move left
    bindsym $mod+Shift+K move down
    bindsym $mod+Shift+L move up
    bindsym $mod+Shift+colon move right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Shift+Left move left
    bindsym $mod+Shift+Down move down
    bindsym $mod+Shift+Up move up
    bindsym $mod+Shift+Right move right
    # split in horizontal orientation
    bindsym $mod+h split h
    # split in vertical orientation
    bindsym $mod+v split v
    # enter fullscreen mode for the focused container
    bindsym $mod+f fullscreen
    # change container layout (stacked, tabbed, default)
    bindsym $mod+s layout stacking
    bindsym $mod+w layout tabbed
    bindsym $mod+e layout default
    # toggle tiling / floating
    bindsym $mod+Shift+space floating toggle
    # change focus between tiling / floating windows
    bindsym $mod+space focus mode_toggle
    # focus the parent container
    bindsym $mod+a focus parent
    # focus the child container
    bindsym $mod+d focus child
    # switch to workspace
    bindsym $mod+1 workspace 1
    bindsym $mod+2 workspace 2
    bindsym $mod+3 workspace 3
    bindsym $mod+4 workspace 4
    bindsym $mod+5 workspace 5
    bindsym $mod+6 workspace 6
    bindsym $mod+7 workspace 7
    bindsym $mod+8 workspace 8
    bindsym $mod+9 workspace 9
    bindsym $mod+0 workspace 10
    # move focused container to workspace
    bindsym $mod+Shift+exclam move workspace 1
    bindsym $mod+Shift+at move workspace 2
    bindsym $mod+Shift+numbersign move workspace 3
    bindsym $mod+Shift+dollar move workspace 4
    bindsym $mod+Shift+percent move workspace 5
    bindsym $mod+Shift+asciicircum move workspace 6
    bindsym $mod+Shift+ampersand move workspace 7
    bindsym $mod+Shift+asterisk move workspace 8
    bindsym $mod+Shift+parenleft move workspace 9
    bindsym $mod+Shift+parenright move workspace 10
    # reload the configuration file
    bindsym $mod+Shift+C reload
    # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
    bindsym $mod+Shift+R restart
    # exit i3 (logs you out of your X session)
    bindsym $mod+Shift+E exit
    # resize window (you can also use the mouse for that)
    mode "resize" {
    # These bindings trigger as soon as you enter the resize mode
    # They resize the border in the direction you pressed, e.g.
    # when pressing left, the window is resized so that it has
    # more space on its left
    bindsym j resize shrink left 10 px or 10 ppt
    bindsym Shift+J resize grow left 10 px or 10 ppt
    bindsym k resize shrink down 10 px or 10 ppt
    bindsym Shift+K resize grow down 10 px or 10 ppt
    bindsym l resize shrink up 10 px or 10 ppt
    bindsym Shift+L resize grow up 10 px or 10 ppt
    bindsym semicolon resize shrink right 10 px or 10 ppt
    bindsym Shift+colon resize grow right 10 px or 10 ppt
    # same bindings, but for the arrow keys
    bindsym Left resize shrink left 10 px or 10 ppt
    bindsym Shift+Left resize grow left 10 px or 10 ppt
    bindsym Down resize shrink down 10 px or 10 ppt
    bindsym Shift+Down resize grow down 10 px or 10 ppt
    bindsym Up resize shrink up 10 px or 10 ppt
    bindsym Shift+Up resize grow up 10 px or 10 ppt
    bindsym Right resize shrink right 10 px or 10 ppt
    bindsym Shift+Right resize grow right 10 px or 10 ppt
    # back to normal: Enter or Escape
    bindsym Return mode "default"
    bindsym Escape mode "default"
    bindsym $mod+r mode "resize"
    # Start i3bar to display a workspace bar (plus the system information i3status
    # finds out, if available)
    #bar {
    # position bottom
    # workspace_buttons yes
    # status_command conky
    # change master volume
    bindcode 122 exec amixer set Master 5-
    bindcode 123 exec amixer set Master 5+
    for_window [class="(?i)chromium"] border none
    for_window [class="(?i)xterm"] border 1pixel
    for_window [class="(?i)mplayer"] border none
    for_window [class="(?i)firefox"] border none
    for_window [class="(?i)uzbl-browser"] border none
    for_window [class="(?i)conky"] floating enable border none
    assign [class="(?i)chromium"] 1
    assign [class="(?i)uzbl"] 1
    assign [class="(?i)xterm"] 2
    assign [class="(?i)gvim" ] 3
    assign [class="(?i)gimp"] 4
    assign [class="(?i)vlc"] 5
    assign [class="(?i)mplayer"] 5
    assign [class="(?i)thunderbird"] 6
    # change keyboard layout
    bindcode 210 exec switchLayout
    # sleep
    bindcode 124 exec sudo pm-suspend
    # lock screen
    bindcode $mod+47 exec xlock -mode rain
    bindsym $mod+u exec uzbl-browser
    bindcode 107 exec scrot
    bindcode 121 exec amixer set Master toggle
    bindcode 232 exec xbacklight -dec 40
    bindcode 233 exec xbacklight -inc 40
    #bindcode 235 exec mpc toggle
    bindcode 235 exec /home/mb/script/monitor.sh
    bindsym $mod+Mod1+k workspace next
    bindsym $mod+Mod1+j workspace prev
    # class border bg text
    client.focused #dddddd #dddddd #000000 #cccccc
    and here is .conkyrc
    alignment top_right
    use_xft yes
    xftfont Terminus:size=9
    update_interval 1
    total_run_times 0
    own_window yes
    own_window_type override
    own_window_transparent yes
    double_buffer yes
    border_inner_margin 10
    border_outer_margin 0
    minimum_size 250
    maximum_width 300
    TEXT
    ${font :bold:size=14} ${time %Y-%m-%d}
    ${font :bold:size=26}${time %H:%M:%S}
    $font
    ${execi 600 cal -m}
    $hr
    ${color grey}Uptime:$color $uptime
    ${color grey}RAM Usage:$color $mem/$memmax - $memperc%
    ${color grey}CPU Usage:$color ${cpu cpu0}%
    ${cpugraph cpu0 20}
    ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
    $hr
    ${color grey}File systems:
    / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
    /home/ $color${fs_used /home/}/${fs_size /home} ${fs_bar 6 /home}
    ${color grey}Networking:
    Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed wlan0}
    ${upspeedgraph wlan0 5555ff ffffff 120KiB -l}
    ${downspeedgraph wlan0 5555ff ffffff 1200KiB -l}
    I don't know what kind of other information could be relevant, anyway I'm running Arch 64 on Intel i5 with Nouveau drivers for Nvidia 520mx.
    Thank you

  • Align problem?

    I'm completely new to Illustrator, and recently I've been getting into isometric drawings, however I'm experiencing a very frustrating problem with aligning objects to the grid. I'm trying to create a simple road made from small cubes, however whenever I'm trying to put them together there's something wrong as pictured below.
    I can't align them right because the original block lies on the grid perfectly while it seems like there's no way to align the copy the same way. I've been trying to do something with Smart Guide and Guides & Grid options but nothing really works for me. Is there any way to align the copied objects to the grid?
    Here are my Smart Guides settings

    Just a guess: Select all. Do you then have Align to Pixel Grid enabled in the Transform panel?
    If so, disable that option.

Maybe you are looking for

  • Presentation Director 4.07 can't see displays

    After updating Presentation Director to 4.07, it not only lost my previous schemes, but cannot see either the X61 Tablet's own display or the external connected via dock. If I go to "New" scheme, all the drop down menus are blank for choosing display

  • Auto approval in CMS

    Hi, Is it possible to set approve action as auto on APPROVAL tab in CMS (NWDI)? I mean that as soon as SC reaches to Approval tab, the status should change to approved.

  • Combined pdf printing issues

    When multiple pdf files are combined and printing is launched, the pdf window displays showing the scanning of pages prior to printing.  The scanning process of the pages to be printing is extremely slow.  We are using Adobe Standard X version 10.1.3

  • Ping not using FQDN

    Hello, I'm having an issue with one user (Windows 7 32bit, IE 9) that when he tries to ping one of our servers, for example:  ping can6800vm031.  It pings can6800vm031.abc.com instead of pinging can6800vm031.na.abc.net (abc is our company name).  Thi

  • Upgrading from Panther 10.3.8 to Tiger

    Is this as straightforward as buying the upgrade? Can i just load this over the top, currently having to run Leonardo ISDN software, does this have any issues with Tiger? Thanks