Re: Java Swing Support

2023-08-23 Thread Mithat Karaoglu
apps with the new version Netbeans and new version Java. My java 8 apps that have Swing GUI are running with JDK 17 normally. = Mithat Karaoglu Email: mithat.karao...@gmail.com On Wed, Aug 23, 2023 at 9:15 AM Plaza, Rob (JSC-CD111)[KBR Wyle Services, LLC] wrote: > My organization u

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mithat Karaoglu
Mark, I am using the latest versions on my new projects. However I still have old projects to maintain. For these old ones, I am using NetBeans 11 / Java 8 or 11 / Java EE 6 / Tomcat 7 or TomEE 7 without any issue. = Mithat Karaoglu Email: mithat.karao...@gmail.com On Sun, Jan 9, 2022

Re: Toggle (i.e. activate/deactivate) a java swing button

2021-11-26 Thread Mithat Karaoglu
You can try to change the line if (btnCallIntrest.setEnabled(true) To if(btnCallInterest.isEnabled()) = Mithat Karaoglu Email: mithat.karao...@gmail.com On Fri, Nov 26, 2021 at 10:22 PM Zulfi Khan wrote: > Hi, > > I have written the following code: > &g

Re: Need an advice

2021-11-18 Thread Mithat Karaoglu
tried other IDEs as well. Long story short, I finally decided to use VS Code as IDE and Angular as Framework in browser based client applications. I am happy with my choices so far. = Mithat Karaoglu Email: mithat.karao...@gmail.com On Thu, Nov 18, 2021 at 6:49 PM Mark Eggers wrote: >

Re: Java Swing Problem

2021-08-31 Thread Mithat Karaoglu
There are three Java nodes: Java with Maven Java with Gradle Java with Ant Under each node there is 'Java Application'. = Mithat Karaoglu Email: mithat.karao...@gmail.com On Tue, Aug 31, 2021 at 10:53 AM Zulfi Khan wrote: > Hi, > > I am trying to following the following

Re: [Java] with Ant (Java Applications) If, If Else, Else statements.

2021-08-05 Thread Mithat Karaoglu
Looks like nothing is wrong in code. I tried exactly the same code and it worked as expected. Can you try to run it with *Shift-F6 *? = Mithat Karaoglu Email: mithat.karao...@gmail.com On Thu, Aug 5, 2021 at 11:50 AM David Green wrote: > On 5 Aug 2021, at 10:32, Winod Dhamnekar wr