Hi guys,<br><br>I'm writing a custom JDialog window by extending the JDialog class. All good so far. However, there is one problem that bothers me: The components won't display until I manually resize ...
I'm using the show() method, against a JDialog object (super-class of Dialog), in java 1.4.<BR><BR>javac warns that the show() usage is deprecated. The 1.4 API reference does not indicate that show() ...