Hijrah Calender

2025-07-19 Thread ArbolOneEnterprise
Apache NetBeans IDE 25 Code Snip     import java.time.chrono.HijrahChronology;     import java.time.chrono.HijrahDate;     public class MyHijrahDate {     private final HijrahDate hijrahDate;     private final HijrahChronology hijrahChronology;     public MyHijrahDate() {         hijrahDate = H

Is working

2025-07-14 Thread ArbolOneEnterprise
Is this mailing list still active? - 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:

How to set dashboad to be on by default

2025-07-14 Thread ArbolOneEnterprise
specs : *Product Version:* Apache NetBeans IDE 25 Anyone knows how to set the Dashboard tab to be show at start up? Thanks in advance.