tags:

views:

16

answers:

2

Hi all,

I have jFormatted field with name "jFormattedTextField3" in First.java file.
the value in this field must display in jFormattedTextFieldNoOfWorkers in Second.java file.

how can i handle the data and display in jFormattedTextFieldNoOfWorkers?

A: 

There's a nice, thorough explanation in one of Java SE tutorial on Formatted Text Fields.

Boris Pavlović