mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01: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:
parent
6cea9b8bd3
commit
33e3e0d232
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ public class XMPPConnection {
|
||||||
debugFrame.getContentPane().add(tabbedPane);
|
debugFrame.getContentPane().add(tabbedPane);
|
||||||
|
|
||||||
debugFrame.setSize(550, 400);
|
debugFrame.setSize(550, 400);
|
||||||
debugFrame.show();
|
debugFrame.setVisible(true);
|
||||||
|
|
||||||
// Create a special Reader that wraps the main Reader and logs data to the GUI.
|
// Create a special Reader that wraps the main Reader and logs data to the GUI.
|
||||||
Reader debugReader = new Reader() {
|
Reader debugReader = new Reader() {
|
||||||
|
|
Loading…
Reference in a new issue