mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
PeerMonitor: Increase initial size of window.
This commit is contained in:
parent
39bb7faafb
commit
04a71b09af
@ -130,7 +130,7 @@ public class PeerMonitor {
|
||||
JScrollPane scrollPane = new JScrollPane(peerTable);
|
||||
window.getContentPane().add(scrollPane, BorderLayout.CENTER);
|
||||
window.pack();
|
||||
window.setSize(720, 480);
|
||||
window.setSize(1280, 768);
|
||||
window.setVisible(true);
|
||||
|
||||
// Refresh the UI every half second to get the latest ping times. The event handler runs in the UI thread.
|
||||
|
Loading…
Reference in New Issue
Block a user