Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing import in source file #5

Open
PatGoup opened this issue Nov 7, 2020 · 2 comments
Open

Missing import in source file #5

PatGoup opened this issue Nov 7, 2020 · 2 comments

Comments

@PatGoup
Copy link

PatGoup commented Nov 7, 2020

No description provided.

@PatGoup
Copy link
Author

PatGoup commented Nov 7, 2020

source file com/floreantpos/swing/POSToggleButtonUI does not compile.

I added the following to the com/floreantpos/swing/POSToggleButton.java source file:

import com.floreantpos.swing.POSToggleButtonUI;

Everything compiles with java compile command
javac com/floreantpos/main/Main.java

@fat-tire
Copy link
Owner

fat-tire commented Jul 3, 2022

I was able to build with

mvn package -Dmaven.buildNumber.skip -f pom.xml -q

Does this work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants