Search:

Type: Posts; User: Thabby

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,644

    [SOLVED] Re: JComboBox with database Oracle.

    I solved the problem, thank you. If it is useful for anyone, here it is:

    public class Ventana extends JFrame {
    private JComboBox jComboBox1 = new JComboBox();

    public Ventana() {
    ...
  2. Replies
    2
    Views
    1,644

    [SOLVED] JComboBox with database Oracle.

    Hi! I have a database in Oracle and a graphical app in Java. In that, I have a JComboBox to show the available names of the users who are in my ddbb now. I was finding a solution and and I failed,...
Results 1 to 2 of 2