Add documentation to inner tube & ring component configs
This commit is contained in:
parent
5df0d2f2ab
commit
8954ca7a7d
@ -207,6 +207,7 @@ public class InnerTubeConfig extends RocketComponentConfig {
|
||||
|
||||
tabbedPane.setSelectedIndex(0);
|
||||
|
||||
// Apply the custom focus travel policy to this config dialog
|
||||
CustomFocusTraversalPolicy policy = new CustomFocusTraversalPolicy(order);
|
||||
parent.setFocusTraversalPolicy(policy);
|
||||
|
||||
@ -280,6 +281,7 @@ public class InnerTubeConfig extends RocketComponentConfig {
|
||||
note.setText(trans.get("ringcompcfg.note.desc"));
|
||||
panel.add(note, "spanx, growx");
|
||||
|
||||
// Apply the custom focus travel policy to this config dialog
|
||||
CustomFocusTraversalPolicy policy = new CustomFocusTraversalPolicy(order);
|
||||
parent.setFocusTraversalPolicy(policy);
|
||||
|
||||
@ -416,6 +418,7 @@ public class InnerTubeConfig extends RocketComponentConfig {
|
||||
|
||||
panel.add(subPanel, "grow");
|
||||
|
||||
// Apply the custom focus travel policy to this config dialog
|
||||
CustomFocusTraversalPolicy policy = new CustomFocusTraversalPolicy(order);
|
||||
parent.setFocusTraversalPolicy(policy);
|
||||
|
||||
|
@ -176,6 +176,7 @@ public class RingComponentConfig extends RocketComponentConfig {
|
||||
}
|
||||
panel.add(materialPanel, "cell 4 0, gapleft paragraph, aligny 0%, spany");
|
||||
|
||||
// Apply the custom focus travel policy to this config dialog
|
||||
CustomFocusTraversalPolicy policy = new CustomFocusTraversalPolicy(order);
|
||||
parent.setFocusTraversalPolicy(policy);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user