Skip to content

Commit 46fb7e7

Browse files
hansonrhansonr
authored andcommitted
BitSet added methods, JSPanel
-- but long[] will not work here, as this is 32bit
1 parent c336e44 commit 46fb7e7

File tree

5 files changed

+1418
-926
lines changed

5 files changed

+1418
-926
lines changed

sources/net.sf.j2s.java.core/src/java/awt/JSPanel.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ public void addNotify() {
102102
// }
103103
}
104104

105-
@Override
106-
public ComponentPeer getOrCreatePeer() {
107-
return (ui == null ? null : peer == null ? (peer = getToolkit().createPanel((Panel) (Object) this)) : peer);
108-
}
105+
// @Override
106+
// public ComponentPeer getOrCreatePeer() {
107+
// return (ui == null ? null : peer == null ? (peer = getToolkit().createPanel((Panel) (Object) this)) : peer);
108+
// }
109109

110110
/**
111111
* SwingJS added for focus management

0 commit comments

Comments
 (0)