Skip to content

JavaScript7777/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Data-Structures

This is all the programming assignments I did in my CS Data Structures class

Labs

These are brief discriptions of each lab, what was introduced and what the lab was

Lab01 (Graghics Intro)

This lab was an introduction to java swing, the goal was to create a JFrame, with a JPanel that has a BorderLayout. Label the north, west, east, south, and center, with section name and specific colors

Lab02 (Calculator)

This lab introduces buttons, action listeners and, text boxes into GUI development, in a calculator lab. It is a simple 5 function calculator with +, -, x, /, and % (modulus). There a 3 text boxes, the first 2 are editable to input the left and right numbers to the operations, the last gives the answer after clicking an operation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages