Search:

Type: Posts; User: Thabby

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,672

    [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,672

    [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,...
  3. [SOLVED] Re: Problem controlling a ctrl + c signal by console

    I found the problem, I used a "while(true)" loop for reading (with Scanner class) the messages that the client could send to another, and the RunTime function which cautch the signal "SIGINT". When I...
  4. [SOLVED] Re: Problem controlling a ctrl + c signal by console

    What do you mean? :S
  5. [SOLVED] Re: Problem controlling a ctrl + c signal by console

    Ups sorry,

    ServerInterface s;
    Client c;

    They are only my instances of the server and the client. With that sentence I pretend to remove the client of the list which is managed by the server.
  6. [SOLVED] Problem controlling a ctrl + c signal by console

    hi! first of all tell me if you doesn't understand something of my post.

    I'm programming a Java chat with a server and several clients (all of them in separate consoles). Everething is alright...
Results 1 to 6 of 6