Skip to content

Instantly share code, notes, and snippets.

View Conrad6's full-sized avatar
😁
😎😎

Bekondo Conrad Conrad6

😁
😎😎
View GitHub Profile
@Conrad6
Conrad6 / LibsysController.java
Created July 20, 2017 20:02
Who can help me with this. I cannot seem to implement a popup menu with the JFXPopup class.
package sample.systemwindow;
import com.jfoenix.controls.*;
import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView;
import de.jensd.fx.glyphs.icons525.Icons525;
import de.jensd.fx.glyphs.icons525.Icons525View;
import de.jensd.fx.glyphs.materialdesignicons.MaterialDesignIcon;
import de.jensd.fx.glyphs.materialdesignicons.MaterialDesignIconView;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;