RE: Seeking feedback on a possible JDatePicker Swing component

2024-10-22 Thread Tejesh R
Hello Swing Community, Thank you all for your valuable feedback on a possible JDatePicker Swing Component. [1] The respondents all welcomed the proposal, so we plan to move forward with it. We are digesting the details of the feedback and will draw upon it to create a draft JEP, which we will pu

Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-28 Thread Nikos Siatras
Yes, we will be very happy to see a date picker in Swing! My company develops a commercial CNC Control software and a CAM (Computer Aided Manufacturing) software for desktop. We build both software using Swing. We are currently working on a new software for remote control of continuous 3D printer

Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-27 Thread Brice Dutheil
**Is it of interest ?** I believe it is of interest. **Would you use it ?** If date / time input is definitely necessary, much better than searching for various implementations having varying quality / support. However recently we had to write a Combo like for time range (e.g. `Aug 25, 11:52 am

Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-26 Thread Taylor Smock
On 8/21/24 23:00, Tejesh R wrote: > Hello Swing Community, > [...] so we are considering revisiting the idea of a Date Picker in core > Swing. [...] > - Is it of interest ? Yes. The OSS application I work on (https://josm.openstreetmap.de) has some areas in the UI where it would be nice to have a

Re[2]: Seeking feedback on a possible JDatePicker Swing component

2024-08-23 Thread Jeremy Wood
e solutions can’t? -- Original Message -- From "Philip Race" To "Andy Goryachev" ; "SWinxy" ; "Tejesh R" Cc "client-libs-...@openjdk.java.net" Date 8/23/2024 1:47:47 PM Subject Re: Seeking feedback on a possible JDatePicker Swing component

Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-23 Thread Philip Race
It would be helpful if replies were structured so as to answer the questions we asked. These are very much in priority order. Unless there's yes answers to the 1st & 2nd question, the feature set and comparisons really don't matter .. -phil. On 8/23/24 9:25 AM, Andy Goryachev wrote: - Is it

Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-23 Thread Andy Goryachev
ehalf of SWinxy Date: Thursday, August 22, 2024 at 11:08 To: Tejesh R Cc: client-libs-...@openjdk.java.net Subject: Re: Seeking feedback on a possible JDatePicker Swing component Tejesh, I think it would be a nice feature, and I would be happy to help with it. There are a lot of consideration

RE: [External] : Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-22 Thread Tejesh R
feedback on a possible JDatePicker Swing component Tejesh, I think it would be a nice feature, and I would be happy to help with it. There are a lot of considerations for displaying calendars. I don't think we should have the date & time combined into one UI component, but separate compon

Re: Seeking feedback on a possible JDatePicker Swing component

2024-08-22 Thread SWinxy
Tejesh, I think it would be a nice feature, and I would be happy to help with it. There are a lot of considerations for displaying calendars. I don't think we should have the date & time combined into one UI component, but separate components, the former of which I'll focus on here. There are two p

Seeking feedback on a possible JDatePicker Swing component

2024-08-21 Thread Tejesh R
Hello Swing Community, Swing has a rich set of UI components in the core Java Platform. But it lacks a Date Picker which is a significant gap for many applications and so we are considering revisiting the idea of a Date Picker in core Swing. The function core of a DatePicker is to let a user sel