I’m trying to use an AdvancedTimer in my game, so I downloaded the zipped folder from the GAGETimer home and extracted it, then at the top of my class with my other imports I write:
import com.dnsalias.java.timer.*;
This seems very simple but I keep getting a “package com.dnsalias.java.timer does not exist” error. I feel like I just forgot to do somthing with the downloaded files. Please help me.