Skip to content
View SirWilliamE's full-sized avatar

Block or report SirWilliamE

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Java---Circle-Manipulation-Example Java---Circle-Manipulation-Example Public

    This is a simple GUI exercise which manipulates a circle. A button moves the circle incrementally across the screen. There is a button to resize the circle. Radio buttons change the color of the ci…

    Java

  2. Java---Planet-Rotation Java---Planet-Rotation Public

    Sequential and Parallel Animations with buttons

    Java

  3. WorldCupSort_algorithms WorldCupSort_algorithms Public

    Team is a class to represent a team in the FIFA world cup rankings. An ArrayList is created as a collection of that class, and stores the top 20 teams. Includes the team name, rank, total points, a…

    Java

  4. Java---Retirement-Array Java---Retirement-Array Public

    This program takes the current ages of 10 employees and stores them in an array. It then takes the desired retirement age of the 10 employees and stores them in the array. That is all done with the…

    Java

  5. ERqueue ERqueue Public

    Implements a queue for an emergency room. In a loop, accepts a new patient name along with priority. Each time through the loop, prints out the current list in priority order.

    Java

  6. Java---Student-Array Java---Student-Array Public

    This Java program takes input of the first and last name of students, as well as ID numbers. It stores the info in an array. There is a button to store the student info. There is a button to displa…

    Java