Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

com.symantec.itools.javax.swing. CANNOT RESOLVE

Status
Not open for further replies.

mydavor

Programmer
Mar 21, 2004
41
AU
I am trying to compile sw we purchased and having problems with unknown symantec package, as below. Where can I get/download this package from ? Thanks

DevRenderedTableModel.java:28: package com.symantec.itools.javax.swing.icons does not exist
import com.symantec.itools.javax.swing.icons.*;
^
DevRenderedTableModel.java:62: cannot resolve symbol
symbol : class ImageIcon
location: package icons
private com.symantec.itools.javax.swing.icons.ImageIcon imageIcon1 = new com.symantec.itools.javax.swing.icons.ImageIcon();
^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top