mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
25
app/bF/DefaultListSelectionModelExtension.java
Normal file
25
app/bF/DefaultListSelectionModelExtension.java
Normal file
@@ -0,0 +1,25 @@
|
||||
package bF;
|
||||
|
||||
import javax.swing.DefaultListSelectionModel;
|
||||
|
||||
class DefaultListSelectionModelExtension extends DefaultListSelectionModel {
|
||||
o(n paramn, d paramd) {}
|
||||
|
||||
public int getMinSelectionIndex() {
|
||||
return 1100000;
|
||||
}
|
||||
|
||||
public int getMaxSelectionIndex() {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public boolean isSelectedIndex(int paramInt) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bF/o.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user