Forum: Java Dec 27th, 2004 |
| Replies: 1 Views: 2,473 JTable problem I have been experimenting with my Java problem whereby my JTable class was not calling getValueAt.
I got it to call getValueAt by making sure getRowCount sent back the right value and then found... |
Forum: Java Dec 23rd, 2004 |
| Replies: 0 Views: 3,031 JTable not calling getValueAt - any ideas? I have a JTable displaying the results of user-defined searches which are sent back across the Client Server network. First off everything displays fine,
but when I specify search criteria, nothing... |
Forum: Java Dec 20th, 2004 |
| Replies: 1 Views: 1,811 |
Forum: Java Dec 20th, 2004 |
| Replies: 4 Views: 26,092 How do I convert a vector to a String array ? I want to convert a vector into a string array. I have put in my code:
criteria = (String []) tokenVector.toArray();
I get a ClassCastExceptionError (I can understand why since Vector holds... |
Forum: Java Dec 12th, 2004 |
| Replies: 0 Views: 1,284 CardLayout problem restated Sorry - my last statement of my problem wasn't too clear. I have all my panels and my CardLayout (as I originally wrote it), thus:
private CardLayout wholeScreen = new... |
Forum: Java Dec 11th, 2004 |
| Replies: 0 Views: 1,648 Compile error adding CardLayout to JFrame :sad: I have a CardLayout and a main panel to which I have added the panels I want to display. However, I cannot add the CardLayout to the JFrame using getContentPane(). I tried adding the... |