Results 1 to 3 of 3
- 03-31-2010, 09:54 AM #1
Member
- Join Date
- Mar 2009
- Posts
- 48
- Rep Power
- 0
Getting error with table packages..
hi,
i am trying to sort the rows in my table but getting error with these packages...
errors:Java Code:import javax.swing.table.TableRowSorter; import javax.swing.SortOrder; import javax.swing.RowSorter;
RowSorterDemo.java:9: cannot find symbol
symbol : class TableRowSorter
location: package javax.swing.table
import javax.swing.table.TableRowSorter;
^
RowSorterDemo.java:10: cannot find symbol
symbol : class SortOrder
location: package javax.swing
import javax.swing.SortOrder;
^
RowSorterDemo.java:11: cannot find symbol
symbol : class RowSorter
location: package javax.swing
import javax.swing.RowSorter;
^what we are thinking, it might not be true
- 03-31-2010, 10:00 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Which JDK version are you using? Those classes don't exist until 1.6
- 03-31-2010, 10:20 AM #3
Member
- Join Date
- Mar 2009
- Posts
- 48
- Rep Power
- 0
Similar Threads
-
How to repaint.refresh the table (table model) with combo box selection envent
By man4ish in forum AWT / SwingReplies: 1Last Post: 01-08-2010, 06:19 AM -
packages
By fogus in forum New To JavaReplies: 1Last Post: 03-24-2009, 06:14 AM -
Importing packages from the packages within same application.
By sta2003 in forum New To JavaReplies: 3Last Post: 02-12-2008, 11:03 AM -
packages
By ai_2007 in forum Advanced JavaReplies: 1Last Post: 07-31-2007, 12:10 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks