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...
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()...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.