Skip to content

Commit

Permalink
Add menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Sep 16, 2019
1 parent 7af024a commit 5e975e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ahungry/gui.clj
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,16 @@ skins along with much less crappy looking demos.")
(->
(frame
:title "Seesaw Substance/Insubstantial Example"
:minimum-size [640 :by 480]
:menubar (make-menu)
:on-close :exit
:content
(make-main)
)
pack!
show!)
;; Calling this, or setting it via REPL causes some issues...
(SubstanceCortex$GlobalScope/setSkin "org.pushingpixels.substance.api.skin.DustSkin")
(SubstanceCortex$GlobalScope/setSkin "org.pushingpixels.substance.api.skin.NebulaSkin")
))

(log/debug "Fin")

0 comments on commit 5e975e5

Please sign in to comment.