Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module povadkaFxml {
- requires javafx.controls;
- requires javafx.fxml;
- requires javafx.graphics;
- requires de.gsi.chartfx.chart;
- requires de.gsi.chartfx.dataset;
- requires com.ibm.icu;
- exports com.alextim to javafx.graphics;
- exports com.alextim.frontend.widget;
- opens com.alextim.frontend.widget to com.ibm.icu;
- exports com.alextim.frontend.view.observation;
- opens com.alextim.frontend.view.observation to javafx.fxml;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement