mdarifmustafa / xswingx

Automatically exported from code.google.com/p/xswingx
0 stars 1 forks source link

PromptSupport bug with formatted fields #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a JFormattedTextField
2. Give it a MaskFormatter
3. Do PromptSupport.setPrompt("myPrompt", myFormattedTextField)

What is the expected output? What do you see instead?
When no data is entered, the field should show the prompt. Instead, I still see 
the mask rather than the prompt.

What version of the product are you using? On what operating system?
I'm using the latest version of prompt.jar on Windows 8.0.

Please provide any additional information below.

Original issue reported on code.google.com by lucaskuh...@gmail.com on 15 Aug 2014 at 12:46