java Programming Glossary: jcomponent.center_alignment
FullScreen Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X Mountain Lion http://stackoverflow.com/questions/13064607/fullscreen-swing-components-fail-to-receive-keyboard-input-on-java-7-on-mac-os-x BoxLayout this BoxLayout.PAGE_AXIS exitBTN.setAlignmentX JComponent.CENTER_ALIGNMENT exitBTN.setMaximumSize new Dimension Short.MAX_VALUE 50 this.add.. Short.MAX_VALUE 50 this.add exitBTN jtf.setAlignmentX JComponent.CENTER_ALIGNMENT jtf.setMaximumSize new Dimension Short.MAX_VALUE Short.MAX_VALUE.. Short.MAX_VALUE this.add jtf keystrokeLabel.setAlignmentX JComponent.CENTER_ALIGNMENT keystrokeLabel.setMaximumSize new Dimension Short.MAX_VALUE..
|