mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
update java ui
This commit is contained in:
parent
76bb4bbe00
commit
c56a25b50a
6 changed files with 107 additions and 63 deletions
|
@ -33,7 +33,7 @@ public class JTerminalPane extends JTextPane {
|
|||
private static final Color B_Cyan = Color.getHSBColor( 0.500f, 1.000f, 1.000f );
|
||||
private static final Color B_White = Color.getHSBColor( 0.000f, 0.000f, 1.000f );
|
||||
private static final Color cReset = Color.getHSBColor( 0.000f, 0.000f, 0.000f );
|
||||
|
||||
|
||||
private Color colorCurrent = cReset;
|
||||
private String remaining = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue