jidesoft
                                            jidesoft
                                        
                                    Are you saying it will install the validator to all children nodes based on certain criteria? JideFX has FXUtils which has setRecursively method. You should be able to use it...
Thanks. I am glad you like it. I don't think you need NumberRangePatternVerifier for phone numbers. US Phone number is a relatively simple case. We ever have a static method...
Don't worry. You are always welcomed to provide feedbacks and bug reports. We don't have code to check the positiveOnly flag in this case so it is not surprise that...
I see your point. You are certainly correct. The reason we did this way is because the FormattedTextField constantly checks the text to make sure it is at the correct...
@noordawod @long1eu Since I need it anyway, I can do it if you can tell me where to modify the code as I am not familiar with the way IDEA...
:-( I care, and the Faroeses and people who travel to the Faroe Islands care. You should care too as it indicates some fundamental issues in the generated code. From...
Thank you. My debug shows it returns a wrong timezone index at one of the if statement. How do you associate the .shp file with the timezone? Can you check...
Thanks for the info. After I debug, I found the problem is at else if (lat < 66.536849f) return 211; else return 299; 299 is Faroe timezone string. Faroe Islands...
I agree with what people said in the second part of the thread. Both pixelForCoordinate and pixelsForCoordinates should return the correct value even the point is outside the screen boundary,...