Setup
All of our implementations can be imported into your project by adding the respective java files to your projects source folder. This setup guide however only covers the setup using the provided BlueJ project files.
Prerequisites
- You need to have BlueJ installed on your computer. You can download it here.
- Basic knowledge of BlueJ and Java is recommended.
Installation
Download
First, download the adts-bluej.zip
file from our GitHub repository.
To do this, click on the adts-bluej.zip
file under the Assets
section and wait for the download to finish.
Unzip
Next, unzip the downloaded file to a location of your choice.
This can be done on Windows by right-clicking the file and selecting Extract All...
.
Open
Once you have unzipped the file, you can either open the project directly by double-clicking the package.bluej
file or by opening BlueJ and selecting Open Project...
from the Project
menu.
You are now ready to use the provided implementations in your project!