Search:

Type: Posts; User: THUFIR

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    958

    GNU NNTP API usage

    I'm trying to use the GNU NNTP library:

    GNU JavaMail - GNU Project - Free Software Foundation (FSF)

    However, when connecting to a NNTP and specifying a group, how do you get **new** articles...
  2. Replies
    6
    Views
    6,125

    Re: revalidate, repaint to refresh JTable

    What I mean is the DefaultTableModel instance in the controller, can MessageUtils
    defaultTableModel.fireTableDataChanged(); cause changes to the JList?
  3. Replies
    6
    Views
    6,125

    Re: revalidate, repaint to refresh JTable

    Could you be more specific about how tell a JTable to "renew" itself? I specifically want to populate the model outside of the JFrame, which happens, but how do I trigger the JTable to refresh? ...
  4. Replies
    6
    Views
    6,125

    revalidate, repaint to refresh JTable

    my jSlider1StateChanged is supposed to update the DefaultTableModel, however the changes are never reflected in the GUI. Do I have the correct approach for this method?



    package...
Results 1 to 4 of 4