clj-commons/seesaw

Frames and Windows don't include the default options

ryanhaney97 opened this issue · 0 comments

The default options don't seem to be included with frames and windows. The main bad things about this is that I can't use :location or :focusable? with these components, but there's probably more features missing due to this as well.

One of my application uses an invisible window in order to create an overlay, but this can't be done without either these options or going through java inter-op (which I shouldn't have to do).