Unresizable Window?

I want to make a non resizable window (no maximize and minimize)… how do i do that ? and how do i set the window size :slight_smile: ?

these are all options in javascript’s window.open(). If you’re typing it by hand, just look it up online somewhere (easy to find documentation on it) or if you’re using something like dreamweaver, use a behavior that will automatically include it in your code and give you a window with all the options available

<-- total Java newb