mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
- 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).
48 lines
1.3 KiB
Java
48 lines
1.3 KiB
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.BasicStroke;
|
|
import java.awt.Color;
|
|
import java.awt.Dimension;
|
|
import java.awt.Graphics;
|
|
import java.awt.Graphics2D;
|
|
import javax.swing.JPanel;
|
|
|
|
class TableSizeSelectorCell extends JPanel {
|
|
int a;
|
|
|
|
int b;
|
|
|
|
fg(fc paramfc, int paramInt1, int paramInt2) {
|
|
this.a = paramInt1;
|
|
this.b = paramInt2;
|
|
}
|
|
|
|
public void paint(Graphics paramGraphics) {
|
|
paramGraphics.setColor(Color.BLACK);
|
|
paramGraphics.fillRect(0, 0, getWidth(), getHeight());
|
|
if (this.c.a(this.a, this.b)) {
|
|
paramGraphics.setColor(this.c.c);
|
|
int i = eJ.a(4);
|
|
((Graphics2D)paramGraphics).setStroke(new BasicStroke(i));
|
|
paramGraphics.drawRect(i / 2, i / 2, getWidth() - i, getHeight() - i);
|
|
} else {
|
|
paramGraphics.setColor(Color.WHITE);
|
|
((Graphics2D)paramGraphics).setStroke(new BasicStroke(1.0F));
|
|
paramGraphics.drawRect(0, 0, getWidth(), getHeight());
|
|
}
|
|
}
|
|
|
|
public Dimension getPreferredSize() {
|
|
return new Dimension(eJ.a(24), eJ.a(24));
|
|
}
|
|
|
|
public Dimension getMinimumSize() {
|
|
return new Dimension(eJ.a(24), eJ.a(24));
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fg.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |