gleidsonmt / DashboardFx

JavaFx Dashboard
https://gleidsonmt.github.io/
GNU General Public License v3.0
468 stars 143 forks source link

Error class TextFieldSkin #21

Closed biazinha21 closed 4 years ago

biazinha21 commented 5 years ago

Hello, I am trying to build the project in IDEA, but couldn't execute.

error

gleidsonmt commented 5 years ago

Hi, ok show me your jdk version, TextField skin, may have been moved in its version.. I can change for you

biazinha21 commented 5 years ago

My jdk is 11.0.2

gleidsonmt commented 5 years ago

Hi, I'm going to create a branch with the version, I was even wanting to go to version 11, regards, thanks

janithaDassanayake commented 5 years ago

can i run this one from the netbeans sir

gleidsonmt commented 5 years ago

Yes, configure dependencies using the lib folder, it is simple. regards

micheal914 commented 5 years ago

I could not build this DashbordFX on Apache Netbeans IDE 11.2. My java version is 1.8.0_181. Please know me your JDK version.

gleidsonmt commented 5 years ago

My version is that..

Chuntianhong commented 2 years ago

I also couldn't compile with the same issue.

import com.sun.javafx.scene.control.skin.TextFieldSkin;

This give me an error. Is there any other solution?