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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gh0st32

  1. gh0st32

    Crashing Applet (works in eclipse not in browser)

    thanks for help
  2. gh0st32

    Crashing Applet (works in eclipse not in browser)

    I made some modifications, the reason why eclipse runs the applet is due to calls its own start() explained here eclipse sdk now the log shows java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc) at...
  3. gh0st32

    Crashing Applet (works in eclipse not in browser)

    Hi Dian, First let me thank you for looking into this. The console log is as follows load: class tabbed_test_applet_09.class not found. java.lang.ClassNotFoundException: tabbed_test_applet_09.class at sun.applet.AppletClassLoader.findClass(Unknown Source) at...
  4. gh0st32

    Crashing Applet (works in eclipse not in browser)

    Hi Everyone, I wrote an applet that uses tabbedpanes and a sql connection. I wrote it in Eclipse, it complies and shows the applet in the eclipse browser but when I go to launch the applet in a web browser is fails to load. Would anyone be able to provide insight as to why this would happen...
  5. gh0st32

    Adding new item to a combo box dynamically

    Thanks for your response!!!!! I can see now what I was doing wrong. Too much time in .net land
  6. gh0st32

    Adding new item to a combo box dynamically

    Hi All, I have an issue similar to thread269-1403865 I have a combo box that pulls data from sql database. After a new record is inserted I would like the combobox to display the new information. The following pseudo-code breaks down the steps. JComboBox edit_key_list = new JComboBox()...
  7. gh0st32

    JComboBox/ActionListener not working

    thanks its been about 7 years since I have done anything in Java.
  8. gh0st32

    JComboBox/ActionListener not working

    Hi All, First let me state I have searched both the threads and FAQ for answers and I have not found any. I have a JComboBox that has a ActionListener assigned to it. The code is as follows... JComboBox idList = new JComboBox(results_txt);//results_txt comes from a SQL DB...

Part and Inventory Search

Back
Top