From fgilet@users.nuiton.org Sun Jan 31 23:12:17 2010 From: fgilet@users.nuiton.org To: mapstoragemanager-commits@list.nuiton.org Subject: [Mapstoragemanager-commits] r49 - trunk/src/main/java/org/nuiton/mapstoragemanager/ui Date: Sun, 31 Jan 2010 23:12:17 +0100 Message-ID: <20100131221217.BB8CA15D46@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9119194127892433081==" --===============9119194127892433081== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: fgilet Date: 2010-01-31 23:12:16 +0100 (Sun, 31 Jan 2010) New Revision: 49 Modified: trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.css trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.jaxx Log: test avec netbeans qui marche et test sur jaxx (relations avec css) Modified: trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.css 2010-01-31= 18:29:35 UTC (rev 48) +++ trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.css 2010-01-31= 22:12:16 UTC (rev 49) @@ -1,8 +1,38 @@ +/** + * *##% observe-swing + * Copyright (C) 2008 - 2009 IRD + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . ##%* +*/ + Application { lookAndFeel: system; locationRelativeTo: {null}; + resizable: true; } =20 +#mainFrame { + title:"Map Storage Manager"; +} + JLabel.boldUnderline { font-weight: bold; +} + +JSplitPane { + oneTouchExpandable:true; + continuousLayout:true; + dividerSize:6; } \ No newline at end of file Modified: trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.jaxx 2010-01-3= 1 18:29:35 UTC (rev 48) +++ trunk/src/main/java/org/nuiton/mapstoragemanager/ui/MainUI.jaxx 2010-01-3= 1 22:12:16 UTC (rev 49) @@ -1,18 +1,12 @@ - + =20 =20 @@ -35,19 +29,19 @@ - =09 - + + - - + + - + - + --===============9119194127892433081==--