branch develop updated (2a4947f -> 5748d32)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 2a4947f improve code new 5748d32 center panel + add FIXME on validator The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 5748d32e675a0a73986b2dc279ccc794ec06d807 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 20 15:05:20 2015 +0100 center panel + add FIXME on validator Summary of changes: .../content/operation/catches/EditCatchesUI.jaxx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 5748d32e675a0a73986b2dc279ccc794ec06d807 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 20 15:05:20 2015 +0100 center panel + add FIXME on validator --- .../content/operation/catches/EditCatchesUI.jaxx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUI.jaxx b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUI.jaxx index e550e19..b9d3491 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUI.jaxx +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUI.jaxx @@ -67,7 +67,9 @@ public EditCatchesUI(FishingOperationsUI parentUI) { <BeanValidator id='validator' context='validate' bean='model' uiClass='jaxx.runtime.validator.swing.ui.ImageValidationUI'> - <!--<field name='catchTotalWeight' component='catchTotalWeightField'/>--> + <!--FIXME Must find a way to validate, if no field, then no validation... --> + <!--FIXME Must find a way to show validation results on svg canvas... --> + <field name='catchTotalWeight' component='catchTotalWeightField'/> <!--<field name='catchTotalRejectedWeight'--> <!--component='catchTotalRejectedWeightField'/>--> @@ -111,10 +113,17 @@ public EditCatchesUI(FishingOperationsUI parentUI) { <JTabbedPane id='tabPane' constraints='BorderLayout.CENTER'> <tab id='svgTab'> <JXTitledPanel id='svgTabPane'> - <JScrollPane id='svgTabScrollPane'> - <JPanel layout='{new BorderLayout()}' id='svgCanvasPanel'> - </JPanel> - </JScrollPane> + <!--JScrollPane id='svgTabScrollPane'> + <JPanel layout='{new BorderLayout()}' id='svgCanvasPanel'--> + <Table> + <row> + <cell> + <JPanel id='svgCanvasPanel' layout='{new BorderLayout()}'/> + </cell> + </row> + </Table> + <!--/JPanel> + </JScrollPane--> </JXTitledPanel> </tab> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm