Re: Old Netbeans platform tutorial

2024-11-07 Thread Mark Wade
.java:52: warning: [unchecked] unchecked conversion List resultList = query.getResultList(); required: List found:List > On Nov 7, 2024, at 1:39 PM, Mark Wade wrote: > > Some years ago I wrote an inventory application using the NetBeans platform > modular framework. In

Old Netbeans platform tutorial

2024-11-07 Thread Mark Wade
Some years ago I wrote an inventory application using the NetBeans platform modular framework. In the ensuing years it’s gone by the wayside. I haven’t programmed in Java for years now. I find it’s not like riding a bicycle. I have a renewed interest. My application is in working order; Pos

Re: About project error on Netbeans

2019-03-15 Thread Mark Wade
gt; > > Staff Software Engineer > > Data Product Development, BI-A > > E: ggree...@visa.com <mailto:ggree...@visa.com> > M: 650-269-7902 > > > > > > > > From: Евгений Король mailto:fffa...@gmail.com>> > Sent: Thursday, Marc

Re: About project error on Netbeans

2019-03-14 Thread Mark Wade
> On Mar 14, 2019, at 1:10 AM, Евгений Король wrote: > > Hello. I opened tab Files and take a screenshot. Maybe problem with "src" > folder? > > - > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For addit

Re: Best Netbeans Book

2018-05-04 Thread Mark Wade
Old too, but also: The Definitive Guide to NetBeans™ Platform 7 https://www.apress.com/us/book/9781430241010 On 05/04/2018 10:30 AM, Geertjan Wielenga wrote: Note that the Apress book you referenced is very old and out of date. The book on le

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

Re: dev build not rendering GUI properly

2018-01-14 Thread Mark Wade
guess there's only one way to find out but I barely use windows, ant isn't in my path, must be installed though because NetBeans needs it, yes? I have some time on my hands later, I'll see. On 01/14/2018 11:35 AM, Mark Wade wrote: Okay, I've installed ant 1.9.9 and recompiled

javadocs

2018-01-14 Thread Mark Wade
Someone posted opening javadocs not working for them with the dev build on windows ten I think, I mistakenly deleted the post. Geertjan posted they work on Mac. For what it's worth they are working here o Ubuntu 14.04 also. I had to add the URL https://docs.oracle.com/javase/9/docs/api/ in the

Re: dev build not rendering GUI properly

2018-01-14 Thread Mark Wade
have to create an account I see. Okay. On 01/13/2018 06:05 AM, Mark Wade wrote: the requirements listed at https://github.com/apache/incubator-netbeans call for ant 1.9.9 or above. I have 1.9.3 installed. I will try upgrading ant and recompiling this evening and see if that makes any difference

Re: dev build not rendering GUI properly

2018-01-13 Thread Mark Wade
d you correctly, the dev builds are "corrupting" form files (and version 8.2 works fine). Is that correct? Gili On 2018-01-12 9:28 PM, Mark Wade wrote: It isn't so much that it happens in 8.2 also but that once the dev build edits the frame.form file, whether it was created with 8.2

Re: dev build not rendering GUI properly

2018-01-12 Thread Mark Wade
ks, Gj On Fri, Jan 12, 2018 at 10:31 PM, Mark Wade wrote: Hey Everyone again, So I had mentioned yesterday I built the sources at https://github.com/apache/incubator-netbeans.git. Today I created a Java application consisting of a frame, a panel, and a button. It displays in preview properly b

dev build not rendering GUI properly

2018-01-12 Thread Mark Wade
Hey Everyone again, So I had mentioned yesterday I built the sources at https://github.com/apache/incubator-netbeans.git. Today I created a Java application consisting of a frame, a panel, and a button. It displays in preview properly but when run the button is tiny, presumably because its la

Re: built nb from git, no java web plugin?

2018-01-11 Thread Mark Wade
a/projects/NETBEANS/summary Cheers, Antonio On 11/01/18 21:27, Geertjan Wielenga wrote: Yes, the 2nd donation hasn’t been done yet. Apache NetBeans is only a Java SE IDE right now. Java Web, JavaScript, PHP, and more are still being donated. Gj Sent from my iPhone On 11 Jan 2018, at 21:18, Mark W

built nb from git, no java web plugin?

2018-01-11 Thread Mark Wade
Hey Everyone, First, I haven't been doing much in the way of programming lately but I wanted to check out what's going on so I cloned the NB sources from: https://github.com/apache/incubator-netbeans.git and built it with ant and that all went well enough, NB runs but there is no plugin for