De Selector generiek gemaakt en een instantie ApplicationSelector toegevoegd. Hierbij komen twee problemen kijken:...

This commit is contained in:
Bram Veenboer
2011-05-14 19:48:37 +00:00
parent e1188b43cc
commit ccfa301750
32 changed files with 256 additions and 164 deletions

View File

@@ -13,7 +13,7 @@ import java.awt.event.KeyEvent;
/**
* Associates a keycode with a Button and handles the current state of that button.
* Associates a keycode with a SelectButton and handles the current state of that button.
*
* @author Herkules
*/
@@ -48,7 +48,7 @@ class KeyButton
//*********************************************************************************************
//
// Implement Button
// Implement SelectButton
//
//*********************************************************************************************