FINAL COMMIT ITS BASIC AND IT WORKS
This commit is contained in:
20
README.md
20
README.md
@@ -1,19 +1 @@
|
||||
# template
|
||||
|
||||
problem_statement
|
||||
|
||||
## Prerequisite
|
||||
|
||||
- JDK version 18.0.2
|
||||
|
||||
## How to build
|
||||
|
||||
TBD
|
||||
|
||||
## How to use
|
||||
|
||||
TBD
|
||||
|
||||
## How to test
|
||||
|
||||
TBD
|
||||
# There's no reason to look at this....
|
||||
|
||||
@@ -16,6 +16,6 @@ public class Sign extends JFrame {
|
||||
this.setPreferredSize(new Dimension(300, 300));
|
||||
this.setLocationRelativeTo(null);
|
||||
this.setVisible(true);
|
||||
this.setBackground(Color.BLACK);
|
||||
this.getContentPane().setBackground(Color.BLACK);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user