Registering component
Rookie java question here.
I am trying to use https://tablelayout.dev.java.net as a layout manager with Swing. There were no install instructions so I unzipped the jar src file which includes 4 'java files. Their examples show to use
import layout.TableLayout;
How do I register the source with IntelliJ so it knows what layout.TableLayout is?
Please sign in to leave a comment.
how do you delete a post?
which this java stuff was more user friendy :)
finally figured it out.