Skip to content

deinbojack/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 8 Day 1: GUI Classes and ActionListener Interface

In class today, we'll be working with GUI Classes and the ActionListener Interface.


Add code to the various Java files and then either run the main methods in those files or the main method in Main.java.

Run your code with:

The easiest way to run your code is to press the play button in Main.java.

However, you can also run your code by typing the following into the Terminal.

make run

Alternatively, if that doesn't work, use:

./gradlew run

About

Scientific calculator application written in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors