Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Gheorghe TUDOSE
Hi, You mean with applets (which to my knowledge have long been deprecated) or more up to date solutions, like cheerpj / teavm? Regards În mar., 1 apr. 2025 la 23:36, slipbits a scris: > Just started learning how to create Web page with embedded Java using > the Java Tutorials. The tutorials a

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Gheorghe TUDOSE
I think cheerpj is what you're after. With a few caveats like "truly" desktop/native features might not work - like e.g. file & database access, OS interaction, sockets, etc. Haven't used it personally, don't know about licensing & pricing. În mie., 2 apr. 2025 la 16:47, slipbits a scris: > Than

Re: Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-19 Thread Gheorghe TUDOSE
e. Can try JUnit 4 and see if this resolves the problem with test > at least. > > Eric Bresie > ebre...@gmail.com > > On January 17, 2023 at 3:12:57 PM CST, Gheorghe TUDOSE > wrote: > Hi, > > I have the same issue; I can't run unit tests, nor can I run a co

Re: NB16 - java.lang.RuntimeException: Uncompilable code

2023-01-17 Thread Gheorghe TUDOSE
Hi, I have the same issue; I can't run unit tests, nor can I run a command line application testing my code. As per this SO post , deactivating the "Compile on Save" option makes the problem go away kinda - the command line application runs but the tests don't

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Gheorghe TUDOSE
so see some examples use OutlineView and remove the Node (first > column).. but I think TableView is what is more closer to our current > JTable implementation. > > - Tim > > On Jul 2, 2021, at 4:04 PM, Gheorghe TUDOSE wrote: > > For the second point, the TableView "where

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Gheorghe TUDOSE
For the second point, the TableView "where we can create new columns with expressions behind it where it calculates values to display in the table" - I take it it's a JavaFX TableView. If that is the case, I personally wrap each object corresponding to a table row into a JavaFX-specific class (a Vi

Re: JavaFX Make Controller

2021-04-11 Thread Gheorghe TUDOSE
Sorry, I forgot to mention that I'm using NetBeans 12.3 on ubuntu, Java 14, JavaFX 13. În dum., 11 apr. 2021 la 15:35, HRH a scris: > The earlier versions of NB didn't have this issue. > > On Sunday, April 11, 2021, 4:36:10 PM GMT+4:30, Gheorghe TUDOSE < > tudo@gmai

JavaFX Make Controller

2021-04-11 Thread Gheorghe TUDOSE
Hello, I've made a very simple Java Modular Application project, added the JavaFX 13 library and made an empty FXML file. Used SceneBuilder to add a Panel with a Button on it and written by hand an identifier for the OnAction handler. Saved the file, then back in NetBeans tried the Make Controller

Re: Decompiler for java

2020-05-18 Thread Gheorghe TUDOSE
"Machine learning capabilities to code completion" - don't let yourself misled by the other IDE's marketing machines :) I'd say code completion is better in NB than Eclipse. Code refactoring & other capabilities are better than in VS. I for one would replace that list of yours with "better jpms sup