12:40 pm - krasbutch - WebStart -> browser Good day! Can anybody help me with the following:How can I make Java WebStart app to print information into the browser? I have found using the Java WebStart app as GUI-app and applets only. Applets are not good for me.The task is simple: to get a list of files in the specified directory on the client computer (Java WebStart is able to do that) and then print it into the browser.More simple task: to print "Hello, world!" into the browser using the Java WebStart.Please, don't propose something like RTFM, I'm doing it, but unfortunately I can't find anything.Thanks!
11:47 pm - banana - Maximisation in Swing In a Swing app, how do I detect that a JFrame has been maximised? I can't find any API method to do this, and although addHierarchyBoundsListener looked promising, I can't see how to tell the difference reliably between maximisation and any other resize.