branch feature/1 created (now 91f6e03)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git at 91f6e03 Correction du focus à récupérer pour cet onglet (Closes #1) This branch includes the following new commits: new 91f6e03 Correction du focus à récupérer pour cet onglet (Closes #1) 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 91f6e03519bbee3ad15c1629b61fa7f60e887989 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 17 15:09:29 2016 +0100 Correction du focus à récupérer pour cet onglet (Closes #1) -- 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 feature/1 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 91f6e03519bbee3ad15c1629b61fa7f60e887989 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Dec 17 15:09:29 2016 +0100 Correction du focus à récupérer pour cet onglet (Closes #1) --- .../observe/application/swing/ui/content/ObserveFocusManager.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java index dc1a87a..0b92926 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java @@ -72,7 +72,6 @@ import jaxx.runtime.swing.editor.bean.BeanComboBox; import org.jdesktop.swingx.JXDatePicker; import org.nuiton.jaxx.widgets.select.FilterableDoubleList; -import javax.swing.JButton; import javax.swing.JComponent; import javax.swing.JSpinner; import javax.swing.LayoutFocusTraversalPolicy; @@ -493,10 +492,14 @@ public class ObserveFocusManager { return ui.getDepredated(); case 2: return ui.getStomacFullness(); + case 3: + return ui.getSizeMeasuresTable(); + case 4: + return ui.getWeightMeasuresTable(); case 5: return ui.getDepthRecorder(); } - return super.getFirstComponent(aContainer); + return null; } @Override -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm