mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
25 lines
528 B
Java
25 lines
528 B
Java
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
|
|
*/ |