Posts by Isaac Reinaldo • 127 points
4 posts
-
2
votes1
answer764
viewsQ: How to determine the size of a Jlabel?
I’m creating a program, and I’m making his menu. But to make the menu, I need to create a button and I’m creating this button using images with the JLabel and using the MouseListener. However, I…
-
6
votes2
answers30147
viewsQ: Joptionpane, for example?
Well, Joptionpane needs all these complements: JOptionPane.showOptionDialog(parentComponent, message, title, optionType, messageType, icon, options, initialValue); Could you give an example of all…
-
0
votes1
answer1709
viewsQ: How to determine the size of a Jtextfield?
I’m doing a program involving the Pitgora theorem, and I’d like to leave a triangle in the middle, with three Jtextfields around the three sides of it. I did that, but the problem is that when I…
javaasked Isaac Reinaldo 127 -
4
votes2
answers7146
viewsQ: How to make buttons of various formats in java?
I am creating a little game using Swing, and would like to make buttons with different formats, the way I choose. For example: a round button, or an eye-shaped button, for example. And if you know,…