Class not found exception
Writting an GUI applet to control some hardware. The code works fine within the P.C. enviroment. But when embeded onto a internet surpport chip. The JOptionPane (input dialog box) will not show when invoked and a Class not found exception is displayed within the control bar of the browser.
I had a similar problem when using the J-suffex on JButtons, JTextfield etc... solved this problem by dropping the J form the JButtons, to give Button etc..
Its not that simple this time!!
Any Help is much apprieciated!!
Thanks in advance!!

