JTable can not display on idea UI Designer
Answered
I am trying to develop a plugin in AWT SWING, put component JTable on the idea xxx.FORM file,but it does not work,Is there anyone can help me to resolve this issue?
Please sign in to leave a comment.
You can find some more explanations and sample code here https://stackoverflow.com/questions/4119778/working-with-jtable-in-intellij-idea
What does "it does not work" mean? Could you please share the code?
Let me post my pics here, so that you can understand me better.
UI Designer below
preview below
@Yann Cebron Thank you for your link https://stackoverflow.com/questions/4119778/working-with-jtable-in-intellij-idea resolved my jtable problem.