0
Does any one know how to resize the JButton?
Currently I'm studying the GUI from java swing, I wish to resize the button but it can't, thanks for people who can help me
4 Respuestas
+ 2
You can use the method .setSize(), but you should use .setPreferredSize() method.
0
You really need Java Swing? It is better change to JavaFX!
0
need to using .setPreferredSize() first?
0
what are the difference between java swing and javaFX?