mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-04 02:24:57 +00:00
stuff
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
package u;
|
||||
|
||||
import java.awt.event.MouseEvent;
|
||||
import javax.swing.JButton;
|
||||
import javax.swing.ToolTipManager;
|
||||
|
||||
class JButtonExtensionInUPackage extends JButton {
|
||||
public JButtonExtensionInUPackage(g paramg, c paramc) {
|
||||
super(paramg.a());
|
||||
if (paramg.b() != null)
|
||||
setToolTipText(paramg.b());
|
||||
addActionListener(new b(this, paramg, paramc));
|
||||
}
|
||||
|
||||
public void a() {
|
||||
ToolTipManager toolTipManager = ToolTipManager.sharedInstance();
|
||||
MouseEvent mouseEvent = new MouseEvent(this, 504, System.currentTimeMillis(), 0, 0, 0, 0, false);
|
||||
toolTipManager.mouseMoved(mouseEvent);
|
||||
}
|
||||
|
||||
public void b() {
|
||||
ToolTipManager toolTipManager = ToolTipManager.sharedInstance();
|
||||
MouseEvent mouseEvent = new MouseEvent(this, 505, System.currentTimeMillis(), 0, 0, 0, 0, false);
|
||||
toolTipManager.mouseMoved(mouseEvent);
|
||||
toolTipManager.mouseExited(mouseEvent);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/u/a.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user