Cannot find type 'javax.swing.JEditorPane' -
03-14-2006
, 12:32 AM
Hi all,
I have added a reference to VJSSupUILib.dll to my Visual J# project, but it cannot find the type javax.swing.JEditorPane.
It can successfully find the others such as:
javax.swing.JButton
javax.swing.JOptionPane
javax.swing.JScrollPane
etc.
How can I add this missing type to my project? Is it stored in a different DLL perhaps?
Thanks in advance!
Adam |