Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Electrical-bike-Project
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathias Braathen
Electrical-bike-Project
Commits
543243fd
Commit
543243fd
authored
6 years ago
by
Terje Haugum
Browse files
Options
Downloads
Patches
Plain Diff
Endret Cost og Usage headers
parent
300b0e71
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
image.jpg
+0
-0
0 additions, 0 deletions
image.jpg
src/GUI/CostGraph.java
+1
-1
1 addition, 1 deletion
src/GUI/CostGraph.java
src/GUI/UsageGraph.java
+1
-1
1 addition, 1 deletion
src/GUI/UsageGraph.java
with
2 additions
and
2 deletions
image.jpg
+
0
−
0
View replaced file @
300b0e71
View file @
543243fd
181 KiB
|
W:
|
H:
181 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
src/GUI/CostGraph.java
+
1
−
1
View file @
543243fd
...
...
@@ -57,7 +57,7 @@ public class CostGraph extends JFrame{
subHeadding
.
setFont
(
boldFont
);
contentPane
.
add
(
subHeadding
);
JLabel
del
=
new
JLabel
(
"
TOTAL KM VS. DAY
S:"
);
JLabel
del
=
new
JLabel
(
"
COST OF BIKE
S:"
);
del
.
setBounds
(
50
,
225
,
350
,
40
);
del
.
setFont
(
plainFont
);
contentPane
.
add
(
del
);
...
...
This diff is collapsed.
Click to expand it.
src/GUI/UsageGraph.java
+
1
−
1
View file @
543243fd
...
...
@@ -69,7 +69,7 @@ public class UsageGraph extends JFrame{
subHeadding
.
setFont
(
boldFont
);
contentPane
.
add
(
subHeadding
);
JLabel
del
=
new
JLabel
(
"
COST OF BIKES:
"
);
JLabel
del
=
new
JLabel
(
"
TOTAL KM VS. DAYS
"
);
del
.
setBounds
(
50
,
225
,
350
,
40
);
del
.
setFont
(
plainFont
);
contentPane
.
add
(
del
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment