Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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