mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
updates for java app ... delicious ...
This commit is contained in:
parent
8c28d94a4e
commit
c94ae50063
6 changed files with 31 additions and 6 deletions
|
@ -7,6 +7,7 @@ import static java.awt.event.KeyEvent.VK_UP;
|
|||
import java.io.IOException;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
import javax.imageio.ImageIO;
|
||||
import javax.swing.JOptionPane;
|
||||
import javax.swing.JScrollPane;
|
||||
import javax.swing.JTextField;
|
||||
|
@ -68,7 +69,6 @@ public class JConsole extends javax.swing.JDialog {
|
|||
|
||||
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
|
||||
setTitle("phpdbg jui");
|
||||
setModalityType(java.awt.Dialog.ModalityType.TOOLKIT_MODAL);
|
||||
|
||||
host.setText("127.0.0.1");
|
||||
host.setToolTipText("Set the hostname, or IPv4 address of the machine running the phpdbg remote console server");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue