[Aglets-commits] aglets/src/examples/protection ProtectionAglet.java, 1.2, 1.3 ActionPanel.java, 1.
Status: Beta
Brought to you by:
cat4hire
|
From: Luca F. <cat...@us...> - 2009-07-28 07:05:10
|
Update of /cvsroot/aglets/aglets/src/examples/protection In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18746/src/examples/protection Modified Files: ProtectionAglet.java ActionPanel.java Log Message: Merge of experimental branch. Index: ActionPanel.java =================================================================== RCS file: /cvsroot/aglets/aglets/src/examples/protection/ActionPanel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ActionPanel.java 27 Jul 2009 10:31:42 -0000 1.3 +++ ActionPanel.java 28 Jul 2009 07:04:53 -0000 1.4 @@ -48,7 +48,7 @@ ActionPanel(ProtectionAglet aglet) { _aglet = aglet; _field.setLayout(_layout); - for (int i = 0; i < ProtectionDialog.NUMBER_OF_ACTIONS; i++) { + for (int i = 0; i < ProtectionDialog.ACTIONS.length; i++) { String label = ProtectionDialog.ACTIONS[i]; _command.addItem(label); |