CardsList: replaced mouseClicked by mousePressed (better interaction).

This commit is contained in:
magenoxx 2010-12-12 23:39:50 +03:00
parent 6e347d835a
commit 100a0a54e1
2 changed files with 7 additions and 7 deletions

View file

@ -63,7 +63,7 @@ public class DeckEditorPanel extends javax.swing.JPanel {
private JFileChooser fcSelectDeck;
private JFileChooser fcImportDeck;
private Deck deck = new Deck();;
private Deck deck = new Deck();
/** Creates new form DeckEditorPanel */
public DeckEditorPanel() {