iserifith / ScoreBoard

0 stars 0 forks source link

Set size of JTextField accordingly #2

Closed mrafsyam closed 8 years ago

mrafsyam commented 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 commented 8 years ago

screenshot from 2016-09-21 15 11 04

mrafsyam commented 8 years ago

@iserifith do this change (set all font size accordingly), then attach screenshot here.

mrafsyam commented 8 years ago

Implemented. Good enough. Will enhance through other issue later.