java - Jtable inserting in JTextpane using null layout -
how create jtable in jtextpane using null layout?
there multiple approaches. e.g. insert table http://java-sl.com/jeditorpanetables.html
you can add jtable
usual component using add() method , setting bounds jtable
.
the third way call insertcomponent() passing jtable
Comments
Post a Comment