Is it fundamentally viable to use a JTable for large numbers of rows, e.g. 200,000 ? We have implemented our application but are finding the time taken to populate the JTable unacceptable - even for e.g. 10,000 rows..
I've just joined the ng and I've been watching for about a week. I've done a bit of server-side Java processing (primarily using WebObjects), but I'm almost totally illiterate in Swing. Could someone please point me to the group's FAQ? I've scanned all
During Full screen mode, When i am displaying a JOptionPane.showMessageDialog using JOptionPane.showMessageDialog(null, msg, "Error",JOptionPane_ERROR_MESSAGE); then it hangs and dialog goes below the main frame. Is there any solution to avoid this so that it will come in top of the ...