Use newer swing call.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1900 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-04-25 20:19:49 +00:00 committed by mtucker
parent 6cea9b8bd3
commit 33e3e0d232
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ public class XMPPConnection {
debugFrame.getContentPane().add(tabbedPane);
debugFrame.setSize(550, 400);
debugFrame.show();
debugFrame.setVisible(true);
// Create a special Reader that wraps the main Reader and logs data to the GUI.
Reader debugReader = new Reader() {