Skip to content

Errors on Dialogs.java class  #1

@naorohayon7

Description

@naorohayon7

Hi, attaching the picture and the errors below.
I download the project and didn't change any single code line,
opened this with Eclipse and added all the relevant libraries.
but still struggle to understand how to fix this problem.

Screen Shot 2019-08-23 at 17 58 04

the next lines with the errors:
1366: StyleManager.getInstance().getPseudoclassMask("active");
error: The method getPseudoclassMask(String) is undefined for the type StyleManager

1370: public long impl_getPseudoClassState() {
error: The method impl_getPseudoClassState() of type Dialogs.FXDialog.RootPane must override or implement a supertype method

1371: long mask = super.impl_getPseudoClassState();
error: The method impl_getPseudoClassState() is undefined for the type StackPane

1379: impl_pseudoClassStateChanged(pseudoClass);
error: The method impl_pseudoClassStateChanged(String) is undefined for the type Dialogs.FXDialog.RootPane

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions