Skip to content

Commit 0619186

Browse files
hansonrhansonr
authored andcommitted
JLabel icon/text work - icons now paint properly to main canvas; tables
1 parent 10c46c0 commit 0619186

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
3.08 KB
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/js/j2sClazz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ Clazz._getStackTrace = function(n) {
16701670
s += estack.join("\n");
16711671
if (Clazz._stack.length) {
16721672
s += "\nsee Clazz._stack";
1673-
console.log("Clazz._stack() = " + Clazz._stack());
1673+
console.log("Clazz._stack = " + Clazz._stack);
16741674
console.log("Use Clazz._showStack() or Clazz._showStack(n) to show parameters");
16751675
}
16761676
return s;

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15219,7 +15219,7 @@ Clazz._getStackTrace = function(n) {
1521915219
s += estack.join("\n");
1522015220
if (Clazz._stack.length) {
1522115221
s += "\nsee Clazz._stack";
15222-
console.log("Clazz._stack() = " + Clazz._stack());
15222+
console.log("Clazz._stack = " + Clazz._stack);
1522315223
console.log("Use Clazz._showStack() or Clazz._showStack(n) to show parameters");
1522415224
}
1522515225
return s;

0 commit comments

Comments
 (0)