Search:

Type: Posts; User: shanalikhan

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,487

    Re: unable to add elements in jlist

    class UIServer extends JFrame{
    private Server ser=null;
    Thread my=null;
    DefaultListModel clients= new DefaultListModel();

    public UIServer(Server ser) {
    initComponents();
    ...
  2. Replies
    3
    Views
    1,487

    unable to add elements in jlist

    UNable to add elements in jlist
    in constructor
    getting jlist blank
    following is my code :


    private Server ser=null;
    Thread my=null;
    DefaultListModel clients= new...
Results 1 to 2 of 2