Search:

Type: Posts; User: chronoz13

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Adding a value to a DefaultListModel via ListSelectionListener (JList)

    ahh that would be enough, that makes sense now though, so instead, ill negate the value of it, a better approach
  2. [SOLVED] Re: Adding a value to a DefaultListModel via ListSelectionListener (JList)

    public void valueChanged(ListSelectionEvent e) {

    if (e.getValueIsAdjusting()) {

    ...
  3. [SOLVED] Adding a value to a DefaultListModel via ListSelectionListener (JList)

    import java.awt.*;
    import javax.swing.*;
    import javax.swing.event.ListSelectionEvent;
    import javax.swing.event.ListSelectionListener;

    public class HighScoreWindow {

    private JFrame frame;...
Results 1 to 3 of 3