File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ public void mouseClicked(MouseEvent e) {
114
114
localityNameLabel .setLabelFor (localityName );
115
115
116
116
textPane = new JPanel (new FlowLayout (FlowLayout .TRAILING ));
117
- textPane .add (localityName );
118
117
textPane .add (localityNameLabel );
118
+ textPane .add (localityName );
119
119
textPane .setAlignmentX (LEFT_ALIGNMENT );
120
120
pain .add (textPane );
121
121
@@ -125,8 +125,8 @@ public void mouseClicked(MouseEvent e) {
125
125
stateNameLabel .setLabelFor (stateName );
126
126
127
127
textPane = new JPanel (new FlowLayout (FlowLayout .TRAILING ));
128
- textPane .add (stateName );
129
128
textPane .add (stateNameLabel );
129
+ textPane .add (stateName );
130
130
textPane .setAlignmentX (LEFT_ALIGNMENT );
131
131
pain .add (textPane );
132
132
@@ -136,8 +136,8 @@ public void mouseClicked(MouseEvent e) {
136
136
countryLabel .setLabelFor (country );
137
137
138
138
textPane = new JPanel (new FlowLayout (FlowLayout .TRAILING ));
139
- textPane .add (country );
140
139
textPane .add (countryLabel );
140
+ textPane .add (country );
141
141
textPane .setAlignmentX (LEFT_ALIGNMENT );
142
142
pain .add (textPane );
143
143
You can’t perform that action at this time.
0 commit comments