Author: tchemit Date: 2008-02-08 20:02:39 +0000 (Fri, 08 Feb 2008) New Revision: 768 Modified: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUIRefreshHelper.java Log: ajout info nom Modified: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUIRefreshHelper.java =================================================================== --- trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUIRefreshHelper.java 2008-02-08 20:02:14 UTC (rev 767) +++ trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUIRefreshHelper.java 2008-02-08 20:02:39 UTC (rev 768) @@ -340,6 +340,7 @@ if (!s.equals(tooltip)) { ui.getDetailDescription().setToolTipText(tooltip); } + ui.getDetailName().setText(detail.getName()); ui.getDetailCreationDate().setText(DATE_FORMAT.format(detail.getCreationDate())); ui.getDetail().setVisible(true); JTable table = ui.getDetailTable();
participants (1)
-
tchemit@users.labs.libre-entreprise.org