|
|
@ -279,7 +279,7 @@ public class JSContentPane extends BasicPane { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private String createFunctionTitle(String[] args) { |
|
|
|
private String createFunctionTitle(String[] args) { |
|
|
|
StringBuffer sb = new StringBuffer(); |
|
|
|
StringBuffer sb = new StringBuffer(); |
|
|
|
sb.append("<html> <body> <div style='height:16px'>function("); |
|
|
|
sb.append("<html> <body> <div style='height:16px; text-align: left'>function("); |
|
|
|
int width = titleWidth; |
|
|
|
int width = titleWidth; |
|
|
|
FontMetrics cellFM = this.getFontMetrics(this.getFont()); |
|
|
|
FontMetrics cellFM = this.getFontMetrics(this.getFont()); |
|
|
|
int tempwidth = 0; |
|
|
|
int tempwidth = 0; |
|
|
|