JavaFX 8 Tutorial 58 - Pie Chart and Mouse Event Handler

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi sir will you make a video about reporting in javafx ?, it will be hepfull for us, your others videos are amazing . thanks very much

jarold
Автор

good morning, we can do reports in Java Fx?

lilianazapata
Автор

Hey,

Your videos are really useful and informative. Thanks. I have a question.
You created a TableView<Employee> to show Employee class data. I have an Employee class and EmployeeDetails class.(Employee Table and EmployeeDetails Table in DB). In one TableView i want to show some cols from Employee table and some cols from EmployeeDetails table. We have relation between the 2 tables. How to do that?

My main concern is How to declare the TableView bcoz now it is not correct to say TableView<Employee>. Bcoz my TableView is going to display cols from Employee and EmployeeDetails.

TableColumns are OK. I think i can do
TableColumn<Employee, String> col1 = new TableColumn<Employee, String>("name");
TableColumn<EmployeeDetails, String> col1 = new TableColumn<EmployeeDetails, String>("detailName");

saravana-kumar-m
join shbcf.ru