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!

Search results for query: *

  • Users: gh0st32
  • Content: Threads
  • Order by date
  1. 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...
  2. 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()...
  3. 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