Gary Fidler

Greenhorn
+ Follow
since Feb 12, 1999
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gary Fidler

"CORE Java Foundation Classes" by Kim Topley published by Prentice Hall. Chapt. 13, pg 1037.
"Note that, primarily for licensing reasons, there are restrictions that prevent some look-and-feel implementations being used outside of their native platforms. This means that, for example, the Windows look-and-feel cannot be used on the Solaris or Macintosh platforms."
I have also seen references to this on the Java Developer Connection. (http://developer.java.sun.com) Register to this area for free.
25 years ago
I assume you mean a dog when adding many rows to the table. Try this: (sorry I don't have my code example handy)
Instead of adding rows one at a time to the JTable using new Vectors, add new String[] to the underlying data model and then notify the JTable that its data has changed. MUCH faster!
25 years ago
The windows LnF is forbidden on Non-Windows systems due to licensing issues. This is why it does not work.
25 years ago
I use "CORE Java Foundation Classes" by Kim Topley all the time. Published by Prentice Hall.
25 years ago