Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~273 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for haidabalaji

How can I create an uneditable date formatted (00/00/0000) textfield, which allows user to type only numbers Numbers allowed in the first offset - 0-3 Numbers allowed in the second offset - 0-9 "/" in the third offset should not be deleted Numbers allowed in the fourth offset - 0,1 …

Member Avatar for happygeek
0
111
Member Avatar for haidabalaji

1. Class A (extends JFrame) displays a textfield and a "submit" button 2. user populates the textfield and when "Submit" button is clicked, text from textfield is retrieved and passed to class B (through B's Constructor new B(obtainedTextFromtextField in class A) ) 3. class B also displays a textfield and …

Member Avatar for masijade
0
92
Member Avatar for haidabalaji

How can I create an uneditable date formatted (00/00/0000) textfield in JAVA, which allows user to type only numbers Numbers allowed in the first offset - 0-3 Numbers allowed in the second offset - 0-9 "/" in the third offset should not be deleted Numbers allowed in the fourth offset …

Member Avatar for jwenting
0
70