Hi all,

I'm basic programmer of Java..I tried to use JFormattedTextField for the first time..
It's giving error in importing sentence only..
I hav written
import javax.swing.JFormattedTextField;

It shows error "Cannot resolve symbol class FormattedTextField"
I don't know what the problem is..Everything seems right..Please help me..

Recommended Answers

All 2 Replies

It shows error "Cannot resolve symbol class FormattedTextField"

Why would it say that unless you tried to use FormattedTextField instead of JFormattedTextField by mistake?

It shows error "Cannot resolve symbol class FormattedTextField"

Why would it say that unless you tried to use FormattedTextField instead of JFormattedTextField by mistake?

sorry,the error is
Cannot resolve symbol class JFormattedTextField

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.