mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-28 15:45:16 +00:00
stuff
This commit is contained in:
25
app/bF/JButtonExtension.java
Normal file
25
app/bF/JButtonExtension.java
Normal file
@@ -0,0 +1,25 @@
|
||||
package bF;
|
||||
|
||||
import javax.swing.Icon;
|
||||
import javax.swing.JButton;
|
||||
|
||||
class JButtonExtension extends JButton {
|
||||
public JButtonExtension(d paramd, String paramString, Icon paramIcon) {
|
||||
super(paramString, paramIcon);
|
||||
super.setEnabled(false);
|
||||
}
|
||||
|
||||
public void setEnabled(boolean paramBoolean) {
|
||||
if (this.a.d()) {
|
||||
super.setEnabled(paramBoolean);
|
||||
} else {
|
||||
super.setEnabled(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bF/r.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user