Fixed small textarea font size
This commit is contained in:
parent
35ae7bacac
commit
c6f9b0d89b
2 changed files with 8 additions and 1 deletions
|
@ -47,6 +47,7 @@ public class ProgressDialog extends JDialog implements ActionListener {
|
|||
statusArea = new JTextArea();
|
||||
statusArea.setLineWrap( true );
|
||||
statusArea.setWrapStyleWord( true );
|
||||
statusArea.setFont( statusArea.getFont().deriveFont( 13f ) );
|
||||
statusArea.setEditable( false );
|
||||
statusScroll = new JScrollPane( statusArea );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue