Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 2 Overview #3

Open
SlimeyTurtles opened this issue Sep 6, 2022 · 1 comment
Open

Week 2 Overview #3

SlimeyTurtles opened this issue Sep 6, 2022 · 1 comment

Comments

@SlimeyTurtles
Copy link
Owner

SlimeyTurtles commented Sep 6, 2022

Using Objects

Defining a class
public class MenuJFrame {

}
  • defines the MenuJFrame class
Instantiating objects
Timer timer = new Timer();
  • instantiates a new timer object from the Timer class
Calling Methods
Timer timer = new Timer();
Mutating Data
frame.setSize(300,200);
  • changes the data of the frame size
Console, GUI, and Code.org differences
  • the console is in the console
  • GUI uses JFrame to make a physical frame appear
  • Code.org is browser based and has its own ui for the painter

Code.org

code org thing

My own JFrame thing

my menu

1. Addition

addition in terminal

2. Stolen Donut

donut in terminal

3. I JJUST WANT TO HAVE A GUI TO DO SIMULATIONS

long loading bar in terminal

small loading bar in terminal

@xiaoa0
Copy link

xiaoa0 commented Sep 6, 2022

2.7/3; Code.org notes are detailed with code snippets, contributed to project brainstorming, interesting terminal menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants