swing tag

14 questions


1 answers
77 views
0
Repaint does not call paintComponent.

public class BI2DPv extensions javax.swing.JPanel{ BufferedImage bi;// Draw to this and then transfer to g2 @ Override public void paintComponent (Graphics g) { // super.paintComponent(g); Graphics ...

1 years ago

1 answers
104 views
0
I want to inherit JLabel swing components and make and use custom components

Hello, I'm an undergraduate who is taking a computer program. These days, I'm studying GUI to make a board game assignment. Even if I google it, I don't know the cause of the problem.The board game yo...

1 years ago

1 answers
75 views
0
Can I make a JAVA GUI listener without AWT?

I am an introductory Java developer who is studying with an Internet tutorial, and I learned how to create a full-screen GUI application. By the way, my program says that the previous version of AWT i...

1 years ago

1 answers
108 views
0
To select multiple columns in the JTable

The first row is non-correctable text, and the second row has a JTable with a check box representing the boolean value. What I want is to check all the checked boxes among the selected check boxes whe...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.