5455565758596061626364
void removeNotify() { if (nativeWindow != null) { toolkit.removePopupNativeWindow(nativeWindow); NativeWindow temp = nativeWindow; nativeWindow = null; temp.dispose(); } } Dimension getSize() { return new Dimension(size);
5354555657585960616263
125126127128129130131132133134135
Component hwAncestor = component.getHWAncestor(); if ((hwAncestor == null) || !hwAncestor.isDisplayable()) { return; } } temp.dispose(); } public void onMove(int x, int y) { setBounds(component.x, component.y, component.w,
126127128129130131132133134135136