Re: Hijrah Calender

2025-07-28 Thread ArbolOneEnterprise
🙂 Thanks On 7/26/2025 8:59 PM, Devon Miller wrote: You need to use HijrahDate.dateNow() On Sat, Jul 19, 2025 at 8:13 AM ArbolOneEnterprise wrote: Apache NetBeans IDE 25 Code Snip      import java.time.chrono.HijrahChronology;      import java.time.chrono.HijrahDate

Re: Something strange... any ideas?

2025-07-25 Thread ArbolOneEnterprise
How do I go about contacting the email manager? I have not received confirmation regarding my subscription. If I am already registered, I cannot see my email on my computer email reader, but it is in the list archive? On 7/24/2025 11:36 AM, Samson Chung wrote: Yes, that was already unzipped.

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.