Re: create new project

2018-03-15 Thread Mark Wade
Sorry for the sloppy posting. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: http

Re: create new project

2018-03-15 Thread Mark Wade
It says 'no main class is set'. There is a main class, in the file (TestChart.java) that readme says to run. When this happens go to project properties, run and click the "Browse" button next to the "Main Class:" input field and select the desired main class. I would go about this by crea

Re: create new project

2018-03-15 Thread Mark Wade
On 03/15/2018 01:30 PM, Larry Burford wrote: If this should be addressed elsewhere, please let me know. *** I have a three file app that I downloaded from PlanetSourceCode (from the complete-application-list, ChartGen, a java app that makes simple bar charts). I want to play with them in Ne

create new project

2018-03-15 Thread Larry Burford
If this should be addressed elsewhere, please let me know. *** I have a three file app that I downloaded from PlanetSourceCode (from the complete-application-list, ChartGen, a java app that makes simple bar charts). I want to play with them in NetBeans. I can load and open and edit them. Cl