Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a48cb1

Browse filesBrowse files
committed
LaunchFrame: Rearranged class fields for UI input elements.
1 parent 072c2c8 commit 4a48cb1
Copy full SHA for 4a48cb1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/io/nayuki/sortalgodemo/visual/LaunchFrame.java

Copy file name to clipboardExpand all lines: src/io/nayuki/sortalgodemo/visual/LaunchFrame.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ final class LaunchFrame extends Frame implements ActionListener {
5454

5555
private final List<SortAlgorithm> algorithms;
5656

57+
private final Choice algorithmInput;
5758
private final TextField arraySizeInput;
59+
private final Choice initialOrder;
5860
private final TextField scaleInput;
5961
private final TextField speedInput;
6062

61-
private final Choice algorithmInput;
62-
private final Choice initialOrder;
6363
private final Button runButton;
6464

6565

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.