Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신은섭(Shin Eun Seop)
/
Detecting_fraud_clicks
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tnt-ooo-tnt
2018-06-13 00:57:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20f52a36350be0fdc4daed8153a45a4738c1fd31
20f52a36
1 parent
56cb99ff
pipe-demo-final
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/main/java/GUI.java
visualize.png
src/main/java/GUI.java
View file @
20f52a3
...
...
@@ -64,9 +64,11 @@ class PngPane extends JPanel {
public
PngPane
()
{
super
();
ImageIcon
image
=
new
ImageIcon
(
"./visualize.png"
);
JScrollPane
pan
=
new
JScrollPane
();
JLabel
label
=
new
JLabel
(
""
,
image
,
JLabel
.
CENTER
);
pan
.
setViewportView
(
label
);
setLayout
(
new
BorderLayout
());
add
(
label
,
BorderLayout
.
CENTER
);
add
(
pan
,
BorderLayout
.
CENTER
);
JLabel
acc
=
new
JLabel
(
"accuracy: 98.12"
);
add
(
acc
,
BorderLayout
.
NORTH
);
}
...
...
visualize.png
View file @
20f52a3
11.6 KB
|
W:
|
H:
3.61 MB
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment