Java Programs

All of these programs require the JPT library to be installed to the plugin directory in order to work.

Binary Display Program

 


zip | view source

This program was made for the csu231. It includes three input fields, an integer value, hexadecimal value, and 32-bit display, that are updated when one value is changed. Bits can be set randomly, toggled, or reset. The range of input values is that of integers, between -2147483648 and 2147483647.

 

Basic Function Calculator

 

zip | view source

This program was made for Fundamentals of Computer Science. It has most of the functions of a basic calculator. The focus of this project was to separate the GUI from the methods that calculate user input. This is a very basic program, so only integer values will be calculated, and numbers have to punched in using the interface.

Note: The main function is in the Interactions.java file.

 

Go to: DrScheme Programs »