Commit fd6752a 1 parent 2f463ff commit fd6752a Copy full SHA for fd6752a
File tree 1 file changed +2
-2
lines changed
CodenameOne/src/com/codename1/ui
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
*
61
61
* <p>Form contains a title bar area which in newer application is replaced by the {@link Toolbar}.
62
62
* Calling {@link #add(com.codename1.ui.Component)} or all similar methods on the {@code Form}
63
- * delegates to the contenPane so calling {@code form.add(cmp)} is equivalent to
63
+ * delegates to the contentPane so calling {@code form.add(cmp)} is equivalent to
64
64
* {@code form.getContentPane().add(cmp)}. Normally this shouldn't matter, however in some cases such as
65
65
* animation we need to use the content pane directly e.g. {@code form.getContentPane().animateLayout(200)}
66
66
* will work whereas {@code form.animateLayout(200)} will fail. </p>
@@ -122,7 +122,7 @@ public class Form extends Container {
122
122
*/
123
123
private Transition transitionInAnimator ;
124
124
/**
125
- * This member allows us to define a an animation that will draw the transition for
125
+ * This member allows us to define an animation that will draw the transition for
126
126
* exiting this form. A transition is an animation that would occur when
127
127
* switching from one form to another.
128
128
*/
You can’t perform that action at this time.
0 commit comments