Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Daniel Vogel
cs349-code
Commits
2d042a08
Commit
2d042a08
authored
Oct 18, 2017
by
Daniel Vogel
Browse files
fixed spacing
parent
953522e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
java/7-mvc/hellomvc4/Main.java
java/7-mvc/hellomvc4/Main.java
+1
-1
No files found.
java/7-mvc/hellomvc4/Main.java
View file @
2d042a08
...
...
@@ -12,7 +12,7 @@ import java.awt.Dimension;
import
java.awt.GridLayout
;
import
java.awt.event.*
;
public
class
Main
{
public
class
Main
{
public
static
void
main
(
String
[]
args
){
JFrame
frame
=
new
JFrame
(
"HelloMVC4"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment