1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02:00

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

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() {