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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -