From 43b21251126fbe0e3aedeb7c154633a9c75a54ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Flores?= Date: Mon, 21 May 2007 08:50:18 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@413 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/ficha/FichaAptidaoConstants.java | 7 +++++++ trunk/siprp/ficha/FichaWindow.java | 9 +-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/trunk/siprp/ficha/FichaAptidaoConstants.java b/trunk/siprp/ficha/FichaAptidaoConstants.java index 26231de4..6fb08f27 100644 --- a/trunk/siprp/ficha/FichaAptidaoConstants.java +++ b/trunk/siprp/ficha/FichaAptidaoConstants.java @@ -15,6 +15,13 @@ package siprp.ficha; */ public interface FichaAptidaoConstants { + /* unicode + private final String SQUARE = "☐"; + private final String CHECKED = "☑";*/ +/* windows arial circle (full circle) */ + public static final String SQUARE = "○"; + public static final String CHECKED = "●"; + public static final String PORTARIA = "portaria"; public static final String DESIGNACAO_SOCIAL = "designacao_social"; public static final String ESTABELECIMENTOS_NOME = "estabelecimentos.nome"; diff --git a/trunk/siprp/ficha/FichaWindow.java b/trunk/siprp/ficha/FichaWindow.java index c78fb664..fc0e0368 100644 --- a/trunk/siprp/ficha/FichaWindow.java +++ b/trunk/siprp/ficha/FichaWindow.java @@ -34,14 +34,7 @@ import com.evolute.utils.ui.window.*; */ public class FichaWindow extends TabbedWindow implements ListAction, FichaAptidaoConstants -{ -/* unicode - private final String SQUARE = "☐"; - private final String CHECKED = "☑";*/ -/* windows arial circle (full circle) */ - private static final String SQUARE = "○"; - private static final String CHECKED = "●"; - +{ private JDOProvider JDO; private UpperPanel upperPanel;