I am a beginner in Java and I need help.
I want to add table with rows and columns in JFrame
or JPanel
when a button is clicked. How to add new table with rows and columns by clicking button?
I am a beginner in Java and I need help.
I want to add table with rows and columns in JFrame
or JPanel
when a button is clicked. How to add new table with rows and columns by clicking button?
JButton
to frameActionListener
in buttonthan make a list when button is pressed like this
More information on
JButton
&JTable
.