Skip to content
Snippets Groups Projects
Commit 543243fd authored by Terje Haugum's avatar Terje Haugum
Browse files

Endret Cost og Usage headers

parent 300b0e71
No related branches found
No related tags found
No related merge requests found
image.jpg

181 KiB | W: | H:

image.jpg

181 KiB | W: | H:

image.jpg
image.jpg
image.jpg
image.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -57,7 +57,7 @@ public class CostGraph extends JFrame{
subHeadding.setFont(boldFont);
contentPane.add(subHeadding);
JLabel del = new JLabel("TOTAL KM VS. DAYS:");
JLabel del = new JLabel("COST OF BIKES:");
del.setBounds(50,225,350,40);
del.setFont(plainFont);
contentPane.add(del);
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment