Update of /cvsroot/thinlet/thinlet/src/java/thinlet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11407
Modified Files:
Thinlet.java
Log Message:
Source code reformatted to use a 4-space indent. From now on please use only
4 spaces as indentation, no literal Tab characters are allowed.
This is a whitespace-only commit, no functional changes made.
Index: Thinlet.java
===================================================================
RCS file: /cvsroot/thinlet/thinlet/src/java/thinlet/Thinlet.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Thinlet.java 15 Aug 2004 22:42:40 -0000 1.12
+++ Thinlet.java 17 Aug 2004 21:11:41 -0000 1.13
@@ -1,19 +1,21 @@
-/* Thinlet GUI toolkit - www.thinlet.com
- * Copyright (C) 2002-2003 Robert Bajzat (rob...@th...)
+/*
+ * Thinlet GUI toolkit - www.thinlet.com Copyright (C) 2002-2003 Robert Bajzat
+ * (rob...@th...)
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This library is free software; you can redistribute it and/or modify it under
[...13671 lines suppressed...]
+ "menuitem", "choice",
+ new Object[][] {
+ { "keystroke", "accelerator", null, null },
+ { "method", "action" },
+ { "integer", "mnemonic", "paint", integer_1 } },
+ "checkboxmenuitem", "menuitem",
+ new Object[][] {
+ { "boolean", "selected", "paint", Boolean.FALSE }, //...group
+ { "string", "group", "paint", null } }, //...group
+ "popupmenu", "component",
+ new Object[][] {
+ { "method", "menushown" } }, // Post
+ // menu:
+ // Shift+F10
+ "bean", "component",
+ new Object[][] {
+ { "bean", "bean", null, null } } };
+ }
+}
\ No newline at end of file
|