<<< Text Field Control | Index | JLabel control >>> |
Two methods for displaying a form:
frame.setVisible( boolean ) // makes window visible (the default is invisible) setLocationRelativeTo( component ) // set the location of dialog in respect of parent dialog setLocationRelativeTo( null ) // centers the window on the screen
<<< Text Field Control | Index | JLabel control >>> |