Removing JavaFX Accordion Border -
i'm working on project , theming javafx application css go. i'm having trouble removing border around content of javafx titledpane in accordion. there appears 1px line @ bottom cannot seem remove (screenshot: http://i.stack.imgur.com/ciinc.png).
has faced similar issue before?
accordion.setstyle("-fx-box-border: transparent;");
reasoning behind why works explained in answer similar question:
Comments
Post a Comment