Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 17 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/swing/AddNewObjectTypeSelectorJPanel.java

Diff revisions: vs.
  @@ -36,6 +36,7 @@
36 36 add( centered( new ActionsProceedJPanel( this ) ), BorderLayout.SOUTH );
37 37 }
38 38
39 + @Override
39 40 public void actionRequested( String pAction )
40 41 {
41 42 if ( ActionsListener.ACTION_CANCEL.equals( pAction ) )