Advertisement
Guest User

Untitled

a guest
Aug 4th, 2023
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.47 KB | None | 0 0
  1. module povadkaFxml {
  2.  
  3.     requires javafx.controls;
  4.     requires javafx.fxml;
  5.     requires javafx.graphics;
  6.  
  7.     requires de.gsi.chartfx.chart;
  8.     requires de.gsi.chartfx.dataset;
  9.  
  10.     requires com.ibm.icu;
  11.  
  12.     exports com.alextim to javafx.graphics;
  13.  
  14.     exports com.alextim.frontend.widget;
  15.     opens com.alextim.frontend.widget to com.ibm.icu;
  16.  
  17.     exports com.alextim.frontend.view.observation;
  18.     opens com.alextim.frontend.view.observation to javafx.fxml;
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement