Closed mrafsyam closed 8 years ago
Play around with
JTextField titleText = new JTextField( "title" ); titleText.setPreferredSize( new Dimension( 200, 24 ) );
See Dimension : http://docs.oracle.com/javase/6/docs/api/java/awt/Dimension.html
@iserifith do this change (set all font size accordingly), then attach screenshot here.
Implemented. Good enough. Will enhance through other issue later.
Play around with
JTextField titleText = new JTextField( "title" ); titleText.setPreferredSize( new Dimension( 200, 24 ) );
See Dimension : http://docs.oracle.com/javase/6/docs/api/java/awt/Dimension.html