mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
Add wizard UI components and functionality
- Implement WizardCancelActionListener to handle cancellation actions. - Create WizardDialog for managing dialog windows with window listener. - Add WizardDialogCallback for handling dialog callbacks. - Introduce WizardNextActionListener for handling next actions in the wizard. - Develop WizardPanel to manage the wizard's layout and navigation. - Implement WizardRunnable to run wizard actions in a separate thread. - Define WizardStepCallback interface for step callbacks in the wizard. - Create YAxisSelectorLayoutRunnable for managing layout updates. - Add YAxisSelectorPanel for selecting Y-axis options in the UI. - Remove unused interfaces and classes (cP, cT, co, cx, dx, eR, eU, ev).
This commit is contained in:
35
app/com/efiAnalytics/ui/WaitBarThread.java
Normal file
35
app/com/efiAnalytics/ui/WaitBarThread.java
Normal file
@@ -0,0 +1,35 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class WaitBarThread extends Thread {
|
||||
boolean a = true;
|
||||
|
||||
fI(fH paramfH) {
|
||||
super("WaitBar");
|
||||
setDaemon(true);
|
||||
}
|
||||
|
||||
public void a() {
|
||||
this.a = false;
|
||||
}
|
||||
|
||||
public void run() {
|
||||
while (this.a) {
|
||||
try {
|
||||
Thread.sleep(25L);
|
||||
} catch (InterruptedException interruptedException) {
|
||||
Logger.getLogger(fH.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
|
||||
}
|
||||
this.b.c += 4;
|
||||
this.b.repaint();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fI.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user