jTestField

2019-06-10 Thread mmouer
I hope you folks will bear with me. It’s been 12 years since I retired and used Java and I never coded the GUI. My job was the backend. I’ve designed the form using NetBeans and it does most of the work. But I’m having trouble with events and focus in jTextField. Entering data and depressing

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread Geertjan Wielenga
Thanks, done! Gj On Mon, 10 Jun 2019 at 23:24, David Green wrote: > Thanks for the blog entry as well as the source content. Very helpful. > > Should “(Incubating)” be removed from blog title? > > On Mon, Jun 10, 2019 at 5:47 AM Geertjan Wielenga > wrote: > >> Created a blog entry listing

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread David Green
Thanks for the blog entry as well as the source content. Very helpful. Should “(Incubating)” be removed from blog title? On Mon, Jun 10, 2019 at 5:47 AM Geertjan Wielenga wrote: > Created a blog entry listing your three great articles: > > >

Re: Unused method highlighting

2019-06-10 Thread Laszlo Kishalmi
The editor already has that function, though you need to be very pragmatic when you are writing your classes. It is can only been determined for  private methods safely whatever is public/package private are can be potentially called from outside. The current usage can be checked the find

Re: Unused method highlighting

2019-06-10 Thread Peter Steele
It's possible, intelij does it, it's just a question if netbeans does it. If not I'd advise raising a new Jira or adding the functionality yourself if you have the expertise. Netbeans definitely highlights unused methods and fields to a certain extent. On Mon, 10 Jun 2019, 17:38 Greenberg, Gary,

RE: Unused method highlighting

2019-06-10 Thread Greenberg, Gary
I do not think it feasible, because methods (unless they are private) can be called from outside of the class. Editor have to parse the whole project or may be more than one, if this project listed as dependency in another one. You can always check if particular method is used, using ‘Find

Unused method highlighting

2019-06-10 Thread Mohammad Mohsen Nourafkan
Hi everyone Is there possible to highlight those methods never called in editor Thanks -- MOHSENTM

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread Luff,Chris
Awesome! On 10 Jun 2019, at 11:47, Geertjan Wielenga mailto:geert...@apache.org>> wrote:

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread Geertjan Wielenga
Created a blog entry listing your three great articles: https://blogs.apache.org/netbeans/entry/apache-netbeans-openjfx-and-adoptopenjdk Gj On Mon, Jun 10, 2019 at 11:56 AM Geertjan Wielenga wrote: > Yes, that would be cool, e.g., at blogs.apache.org/netbeans or at >

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread Geertjan Wielenga
Yes, that would be cool, e.g., at blogs.apache.org/netbeans or at http://jaxenter.com/netbeans. Gj On Thu, Jun 6, 2019 at 5:09 PM Luff,Chris wrote: > Agree with @Geertjan here….you need to choose an approach. I prefer maven > which is by no means perfect but has good resource! > > I published

Re: Support for Oracle Weblogic

2019-06-10 Thread Geertjan Wielenga
https://github.com/apache/netbeans/pull/915 https://lists.apache.org/thread.html/2433948e114e326bf788aaee2eef6993efc6b6c1374dd188f17b94d5@%3Cdev.netbeans.apache.org%3E Gj On Sun, Jun 9, 2019 at 11:33 PM Robert Erdt wrote: > Okay > > > > Where is the Oracle Weblogic source code for NetBeans