Efficiency/Reliablility of Scaled Up JTable104 (4/29/2013 12:13:44 PM) comp.lang.java.programmer If I have a JTable with a lot of colors, and if the application deletes and then adds columns to it will the performance degrade if I go from a 30 X 30 table to a 1000 X 100 table, please explain.
Thanks,
... clusardi2k
How to move text within Jlabels to the right69 (4/12/2013 1:12:18 PM) comp.lang.java.programmer I have two JLabels with different lenght of text. One JLabel is below the other. I'd like to get the two "colons" in them to line-up vertically.
I tried padding one with "space" characters, but that didn't l... clusardi2k
No Box.createRigidArea .. In NetBeans Toolbox1110 (4/8/2013 9:19:52 PM) comp.lang.java.programmer I don't think that "Box" is a control in the NetBeans toolbox.
Consequently, I'd like to simulate the following lines of code.
Question: How do I do it?
JPanel MyPanel;
MyPanel.add(Box.createRigi... clusardi2k
What is the import for a Layer413 (4/3/2013 10:01:04 PM) comp.lang.java.programmer I've got a project that doesn't reconize "Layer". Is there something that I can try importing to get past this error.
Thanks,
... clusardi2k
Efficiency/Reliablility of Scaled Up JTable104 (4/29/2013 12:13:44 PM) comp.lang.java.programmer If I have a JTable with a lot of colors, and if the application deletes and then adds columns to it will the performance degrade if I go from a 30 X 30 table to a 1000 X 100 table, please explain.
Thanks,
... clusardi2k(462)
Sort a jtable within code721 (9/12/2012 1:25:57 PM) comp.lang.java.programmer How can I automatically sort a Jtable by a specific column within code, and still allow the user to (later) sort any column by clicking on the specific table header.
Thanks,
... clusardi2k(462)