Guest User

Untitled

a guest
Jan 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def load[ChartType : Manifest](opts : ForexChartOptions) {
  2. val mainchart = new ChartType(opts)
  3. mainchart.pack()
  4. RefineryUtilities.centerFrameOnScreen(mainchart)
  5. mainchart.setVisible(true)
  6. }
Add Comment
Please, Sign In to add comment