This commit is contained in:
2026-01-11 21:54:27 +00:00
parent 4fba047244
commit eee450ed82
139 changed files with 631 additions and 325 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,20 @@
Copyright (c) 2005-2007, Ideas And Solutions. All Rights Reserved.
This software is the confidential and proprietary information of Ideas
And Solutions.("Confidential Information"). You shall not
disclose such Confidential Information and shall use it only in
accordance with the terms of the license agreement you entered into
with Ideas And Solutions.
Ideas and Solutions grants the right to distribute this software as
distributed by Ideas and Solutions provided it is in support of
MegaSquirt related products. Distribution with any other commercial
product or for profit or benefit to any commercial entity must be covered
by and agreement with Ideas and Solutions or Philip S Tobin.
For questions or additional information contact:
Phil Tobin
Ideas and Solutions
p_tobin@yahoo.com

View File

@@ -0,0 +1,7 @@
<h3>TunerStudio, MegaLogViewer, PC Shared &amp; All Platforms EFI Analytics API's</h3>
<p> </p>
<p>Confidential and Proprietary!</p><p>Only to be used for reference by authorized personnel under NDA</p><p><br></p><div><br>&nbsp;&nbsp; Copyright (c) 2005-2016, EFI Analytics &amp; Phil Tobin. All Rights Reserved.<br><br>&nbsp; This software is the confidential and proprietary information of EFI Analytics.<br>&nbsp; ("Confidential Information"). You shall not<br>&nbsp; disclose such Confidential Information and shall use it only in<br>&nbsp; accordance with the terms of the license agreement you entered into<br>&nbsp; with EFI Analytics.<br><br>&nbsp; EFI Analytics grants the right to distribute compiled binary versions of this software as<br>&nbsp; distributed by EFI Analytics and only with a legal agreement Distribution with any commercial<br>&nbsp; product or for profit or benefit to any commercial entity must be covered<br>&nbsp; by and agreement with EFI Analytics or Philip S Tobin.<br><br>&nbsp; Source code and javadoc is not to be released without specific permission.<br><br>&nbsp; For questions or additional information contact:<br>&nbsp; Phil Tobin<br>&nbsp; EFI Analytics<br>&nbsp; p_tobin@yahoo.com<br><br><p> </p>
</div>

250
app/build/scripts/app Executable file
View File

@@ -0,0 +1,250 @@
#!/bin/sh
#
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
##############################################################################
#
# app start up script for POSIX generated by Gradle.
#
# Important for running:
#
# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
# noncompliant, but you have some other compliant shell such as ksh or
# bash, then to run this script, type that shell name before the whole
# command line, like:
#
# ksh app
#
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
# (2) This script targets any POSIX shell, so it avoids extensions provided
# by Bash, Ksh, etc; in particular arrays are avoided.
#
# The "traditional" practice of packing multiple parameters into a
# space-separated string is a well documented source of bugs and security
# problems, so this is (mostly) avoided, by progressively accumulating
# options in "$@", and eventually passing that to Java.
#
# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
# and APP_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
#
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
app_path=$0
# Need this for daisy-chained symlinks.
while
APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
[ -h "$app_path" ]
do
ls=$( ls -ld "$app_path" )
link=${ls#*' -> '}
case $link in #(
/*) app_path=$link ;; #(
*) app_path=$APP_HOME$link ;;
esac
done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}.." > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
warn () {
echo "$*"
} >&2
die () {
echo
echo "$*"
echo
exit 1
} >&2
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
nonstop=false
case "$( uname )" in #(
CYGWIN* ) cygwin=true ;; #(
Darwin* ) darwin=true ;; #(
MSYS* | MINGW* ) msys=true ;; #(
NONSTOP* ) nonstop=true ;;
esac
CLASSPATH=$APP_HOME/lib/app-1.0.0.jar:$APP_HOME/lib/annotations-24.0.1.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD=$JAVA_HOME/jre/sh/java
else
JAVACMD=$JAVA_HOME/bin/java
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD=java
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi
# Increase the maximum file descriptors if we can.
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
fi
# Collect all arguments for the java command, stacking in reverse order:
# * args from the command line
# * the main class name
# * -classpath
# * -D...appname settings
# * --module-path (only if needed)
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and APP_OPTS environment variables.
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
# Now convert the arguments - kludge to limit ourselves to /bin/sh
for arg do
if
case $arg in #(
-*) false ;; # don't mess with options #(
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
[ -e "$t" ] ;; #(
*) false ;;
esac
then
arg=$( cygpath --path --ignore --mixed "$arg" )
fi
# Roll the args list around exactly as many times as the number of
# args, so each arg winds up back in the position where it started, but
# possibly modified.
#
# NB: a `for` loop captures its iteration list before it begins, so
# changing the positional parameters here affects neither the number of
# iterations, nor the values presented in `arg`.
shift # remove old arg
set -- "$@" "$arg" # push replacement arg
done
fi
# Add default JVM options here. You can also use JAVA_OPTS and APP_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
set -- \
-classpath "$CLASSPATH" \
TunerStudio \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
#
# In Bash we could simply go:
#
# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
# set -- "${ARGS[@]}" "$@"
#
# but POSIX shell has neither arrays nor command substitution, so instead we
# post-process each arg (as a line of input to sed) to backslash-escape any
# character that might be a shell metacharacter, then use eval to reverse
# that process (while maintaining the separation between arguments), and wrap
# the whole thing up as a single "set" statement.
#
# This will of course break if any of these variables contains a newline or
# an unmatched quote.
#
eval "set -- $(
printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $APP_OPTS" |
xargs -n1 |
sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
tr '\n' ' '
)" '"$@"'
exec "$JAVACMD" "$@"

94
app/build/scripts/app.bat Normal file
View File

@@ -0,0 +1,94 @@
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem app startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=.
@rem This is normally unused
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%..
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and APP_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\lib\app-1.0.0.jar;%APP_HOME%\lib\annotations-24.0.1.jar
@rem Execute app
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %APP_OPTS% -classpath "%CLASSPATH%" TunerStudio %*
:end
@rem End local scope for the variables with windows NT shell
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable APP_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%APP_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega

View File

@@ -0,0 +1,5 @@
Manifest-Version: 1.0
Main-Class: TunerStudio
Implementation-Title: TunerStudio
Implementation-Version: 1.0.0

View File

@@ -24,12 +24,12 @@ public class CollapsibleVerticalLayout implements LayoutManager2, ContainerListe
List d = new ArrayList();
public q(Container paramContainer, int paramInt) {
public CollapsibleVerticalLayout(Container paramContainer, int paramInt) {
this.a = paramInt;
this.c = paramContainer;
}
public q(Container paramContainer) {
public CollapsibleVerticalLayout(Container paramContainer) {
this(paramContainer, 1);
}

View File

@@ -22,7 +22,7 @@ public class ContextHelpLabel extends JLabel {
static ImageIcon c = null;
public l(R paramR, String paramString) {
public ContextHelpLabel(R paramR, String paramString) {
this.a = paramR;
this.b = paramString;
if (c == null)

View File

@@ -20,7 +20,7 @@ public class HelpIconLabel extends JLabel {
String b = null;
public j(String paramString) {
public HelpIconLabel(String paramString) {
this.b = paramString;
try {
Image image = Toolkit.getDefaultToolkit().getImage(getClass().getResource("Help32.png"));

View File

@@ -27,12 +27,12 @@ public class LiveGraphPanel extends dl implements GComponentCq, bc {
private boolean d = false;
public s() {
public LiveGraphPanel() {
this.ExceptionInVPackage = new u(this);
addMouseListener(new v(this));
}
public s(R paramR, GInterfaceBr parambr) {
public LiveGraphPanel(R paramR, GInterfaceBr parambr) {
if (parambr != null && parambr.b() > 0) {
GComponentBs[] arrayOfBs = parambr.ExceptionInVPackage();
for (byte b = 0; b < arrayOfBs.length; b++) {

View File

@@ -23,7 +23,7 @@ public class NoteIconLabel extends JLabel {
static ImageIcon d = null;
public a(R paramR, String paramString) {
public NoteIconLabel(R paramR, String paramString) {
if (!RInterfaceIndia.a().a("lkjfgblkjgdoijre98u"))
return;
this.a = paramR;

View File

@@ -6,7 +6,7 @@ import r.IOPropertiesUsingFile;
public class PrefixedPropertyStore implements et {
String IOPropertiesUsingFile = "";
public i(String paramString) {
public PrefixedPropertyStore(String paramString) {
this.IOPropertiesUsingFile = paramString;
}

View File

@@ -11,11 +11,11 @@ public class ValueComboBox extends JComboBox implements ItemListener {
private int b = 1;
public y() {
public ValueComboBox() {
this("");
}
public y(String paramString) {
public ValueComboBox(String paramString) {
addItemListener(this);
}

View File

@@ -32,7 +32,7 @@ public class GaugePropertiesPanel extends JPanel implements GaugeSettingsCallbac
boolean c = false;
public ad(Gauge paramGauge) {
public GaugePropertiesPanel(Gauge paramGauge) {
this.a = paramGauge;
this.c = paramGauge.isRunDemo();
c();

View File

@@ -9,7 +9,7 @@ import javax.swing.JComponent;
public class MouseEventShield extends JComponent {
TuneViewComponent a;
public g(TuneViewComponent paramTuneViewComponent) {
public MouseEventShield(TuneViewComponent paramTuneViewComponent) {
this.a = paramTuneViewComponent;
}

View File

@@ -13,7 +13,7 @@ public class TuneViewComponentLayout implements LayoutManager2 {
Component c = null;
public h(TuneViewComponent paramTuneViewComponent) {
public TuneViewComponentLayout(TuneViewComponent paramTuneViewComponent) {
this.a = paramTuneViewComponent;
this.b = new g(paramTuneViewComponent);
this.a.add(this.b);

View File

@@ -25,7 +25,7 @@ public class TuningViewFile {
private String d = null;
public k(File paramFile) {
public TuningViewFile(File paramFile) {
this.b = paramFile;
}

View File

@@ -36,7 +36,7 @@ public class TuningViewSelectorPanel extends JPanel {
private R h = null;
public b() {
public TuningViewSelectorPanel() {
setLayout(new BorderLayout());
setBorder(BorderFactory.createTitledBorder(SComponentGolf.b("Select Tuning View")));
JPanel jPanel = new JPanel();

View File

@@ -20,7 +20,7 @@ public class TimeSlipDialog extends JDialog {
ArrayList c = new ArrayList();
public b(Window paramWindow, String paramString, ab paramab) {
public TimeSlipDialog(Window paramWindow, String paramString, ab paramab) {
super(paramWindow, paramString, Dialog.ModalityType.MODELESS);
this.BuComponentAlpha = new e(paramString, paramab);
this.b = paramab;

View File

@@ -41,7 +41,7 @@ public class TimeSlipPanel extends JPanel {
JLabel l = new JLabel("", 0);
public e(String paramString, ab paramab) {
public TimeSlipPanel(String paramString, ab paramab) {
this.BuComponentAlpha = paramab;
setLayout(new BorderLayout(5, 5));
JPanel jPanel1 = new JPanel();

View File

@@ -47,7 +47,7 @@ public class DataLogProfileEditorPanel extends ExceptionEqualsinaipackage {
static String i = s.g.EqualsInAiPackage("Default");
public g(ExceptionInVPackage parama) {
public DataLogProfileEditorPanel(ExceptionInVPackage parama) {
this.e = parama;
this.EqualsInAiPackage = new A();
setBorder(BorderFactory.createTitledBorder(s.g.EqualsInAiPackage("Data Log Profile Editor")));

View File

@@ -52,7 +52,7 @@ class IgnitionLoggerControlPanel extends JPanel {
TriggerLoggerPanel k;
public o(TriggerLoggerPanel paramTriggerLoggerPanel) {
public IgnitionLoggerControlPanel(TriggerLoggerPanel paramTriggerLoggerPanel) {
this.k = paramTriggerLoggerPanel;
setBorder(BorderFactory.createTitledBorder(SComponentGolf.b("Ignition Logger Controls")));
setLayout(new BorderLayout());

View File

@@ -60,7 +60,7 @@ public class DeviceSearchTable extends JTable implements S, eX {
int h = 0;
public r() {
public DeviceSearchTable() {
setModel(this.c);
setSelectionMode(0);
setRowSelectionAllowed(true);

View File

@@ -5,7 +5,7 @@ import javax.swing.JMenuItem;
public class MenuItemActionHandler implements l {
JMenuItem a;
public h(JMenuItem paramJMenuItem) {
public MenuItemActionHandler(JMenuItem paramJMenuItem) {
this.a = paramJMenuItem;
}

View File

@@ -5,7 +5,7 @@ import java.io.File;
public class ProjectFolder {
private File a;
public k(File paramFile) {
public ProjectFolder(File paramFile) {
this.a = paramFile;
}

View File

@@ -28,7 +28,7 @@ public class SearchBoxPanel extends JPanel {
q e = null;
public m() {
public SearchBoxPanel() {
setOpaque(false);
this.b.setFont(this.a);
this.b.setFocusCycleRoot(false);

View File

@@ -21,7 +21,7 @@ public class SearchResultsPopup extends JWindow {
List d = new ArrayList();
public i() {
public SearchResultsPopup() {
this.a.setLayout(new BoxLayout(this.a, 1));
JScrollPane jScrollPane = new JScrollPane(this.a);
jScrollPane.setMaximumSize(new Dimension(this.b, this.c));

View File

@@ -37,7 +37,7 @@ public class ControllerSelectorPanel extends ck {
private boolean e = false;
public ac(String[] paramArrayOfString, String paramString) {
public ControllerSelectorPanel(String[] paramArrayOfString, String paramString) {
setBorder(BorderFactory.createTitledBorder("Controller"));
this.c = new JPanel();
this.c.setLayout(new GridLayout(0, 1));

View File

@@ -37,7 +37,7 @@ public class CurveFitControlPanel extends JPanel {
private String SComponentGolf = "";
public a() {
public CurveFitControlPanel() {
setLayout(new BorderLayout());
JPanel jPanel1 = new JPanel();
jPanel1.setLayout(new GridLayout(1, 0, eJ.a(5), eJ.a(5)));

View File

@@ -68,7 +68,7 @@ public class DatalogFieldSelectorPanel extends ExceptionEqualsinaipackage implem
int m = 0;
public n(R paramR, GComponentAg paramag) {
public DatalogFieldSelectorPanel(R paramR, GComponentAg paramag) {
this.ExceptionInVPackage = paramR;
this.b = this.ExceptionInVPackage.c(paramag.ExceptionInVPackage());
this.c = this.ExceptionInVPackage.c(paramag.b());

View File

@@ -15,12 +15,12 @@ class DatalogFieldWrapper {
private boolean e = false;
public z(n paramn, SerializableImplExceptionprintstacktrace paramac, ArrayList paramArrayList) {
public DatalogFieldWrapper(n paramn, SerializableImplExceptionprintstacktrace paramac, ArrayList paramArrayList) {
this.a = paramac;
this.c = paramArrayList;
}
public z(n paramn, GComponentAl paramal, ArrayList paramArrayList) {
public DatalogFieldWrapper(n paramn, GComponentAl paramal, ArrayList paramArrayList) {
this.b = paramal;
this.c = paramArrayList;
}

View File

@@ -13,7 +13,7 @@ import r.ExceptionInVPackage;
public class HelpBrowserPanel extends JPanel {
JPanelExtensionInAiPackage ExceptionInVPackage = null;
public ad() {
public HelpBrowserPanel() {
this.ExceptionInVPackage = new JPanelExtensionInAiPackage();
setLayout(new BorderLayout());
add("Center", (Component)this.ExceptionInVPackage);

View File

@@ -52,7 +52,7 @@ public class ReplayFieldSelectorPanel extends ExceptionEqualsinaipackage impleme
int ExceptionExtensionGetmessage = 0;
public ae(R paramR, GComponentBc parambc) {
public ReplayFieldSelectorPanel(R paramR, GComponentBc parambc) {
this.ExceptionInVPackage = paramR;
this.b = this.ExceptionInVPackage.c(parambc.d());
this.ExceptionPrintstacktrace = parambc.ExceptionInVPackage();

View File

@@ -48,7 +48,7 @@ public class RequiredFuelCalculatorDialog extends JDialog {
boolean i = false;
public an(Window paramWindow, R paramR, et paramet, BtInterfaceBz parambZ) {
public RequiredFuelCalculatorDialog(Window paramWindow, R paramR, et paramet, BtInterfaceBz parambZ) {
super(paramWindow, ExceptionPrintstacktrace.b("Required Fuel Calculator"));
this.k = paramet;
this.h = paramR;

View File

@@ -42,7 +42,7 @@ public class TableAxisDisplayPanel extends JPanel implements GComponentCq, bc, T
s j = null;
public aP(R paramR, s params, String paramString) {
public TableAxisDisplayPanel(R paramR, s params, String paramString) {
this.ExceptionInVPackage = paramR;
this.j = params;
setLayout(new BorderLayout());

View File

@@ -6,7 +6,7 @@ import java.util.ArrayList;
class TablePanelItemWrapper {
GComponentBb a = null;
public am(ae paramae, GComponentBb parambb) {
public TablePanelItemWrapper(ae paramae, GComponentBb parambb) {
this.a = parambb;
}

View File

@@ -48,7 +48,7 @@ class TriggerConditionPanel extends JPanel {
boolean n;
public k(SComponentGolf paramg, R paramR, boolean paramBoolean1, boolean paramBoolean2) {
public TriggerConditionPanel(SComponentGolf paramg, R paramR, boolean paramBoolean1, boolean paramBoolean2) {
ButtonGroup buttonGroup = new ButtonGroup();
this.n = RInterfaceIndia.a().a("sa0-0o0os-0o-0DS");
l l = new l(this, paramg);

View File

@@ -34,7 +34,7 @@ public class PortEditorRowPanel extends JPanel implements F, bc {
int g = -1;
public z(R paramR, ArrayListExceptionprintstacktrace paramaS, int paramInt) {
public PortEditorRowPanel(R paramR, ArrayListExceptionprintstacktrace paramaS, int paramInt) {
this.a = paramR;
this.h = this.a.c(paramaS.h());
this.i = this.a.c(paramaS.i());

View File

@@ -60,7 +60,7 @@ public abstract class AbstractChartComponent extends JComponent {
int h = eJ.a(25);
public aS() {
public AbstractChartComponent() {
setBackground(Color.BLACK);
setForeground(Color.lightGray);
aT aT = new aT(this);

View File

@@ -24,7 +24,7 @@ public class ArrowButtonPanel extends JPanel {
Color e = null;
public fC() {
public ArrowButtonPanel() {
a();
addMouseListener(new fD(this));
Color color = UIManager.getColor("Button.foreground");

View File

@@ -30,13 +30,13 @@ public class AxisSelectorButton extends JComponent {
List b = new ArrayList();
public fn(String paramString, Color paramColor) {
public AxisSelectorButton(String paramString, Color paramColor) {
this();
this.d = paramString;
this.e = paramColor;
}
public fn() {
public AxisSelectorButton() {
addMouseListener(new fo(this));
setForeground(UIManager.getColor("Label.foreground"));
setBackground(UIManager.getColor("Label.background"));

View File

@@ -9,7 +9,7 @@ class BinTableCellPosition {
double d;
public aM(BinTableView paramBinTableView, int paramInt1, int paramInt2, double paramDouble1, double paramDouble2) {
public BinTableCellPosition(BinTableView paramBinTableView, int paramInt1, int paramInt2, double paramDouble1, double paramDouble2) {
this.a = paramInt1;
this.b = paramInt2;
this.c = paramDouble1;

View File

@@ -32,7 +32,7 @@ class BinTableCellRenderer extends DefaultTableCellRenderer {
Border h = BorderFactory.createEmptyBorder(0, 0, 0, 0);
public aD(BinTableView paramBinTableView1, BinTableView paramBinTableView2) {
public BinTableCellRenderer(BinTableView paramBinTableView1, BinTableView paramBinTableView2) {
this.a = paramBinTableView2;
UIDefaults uIDefaults = new UIDefaults();
uIDefaults.put("TextArea.borderPainter", new aE(this, paramBinTableView1));

View File

@@ -16,7 +16,7 @@ class BinTableHeaderCellRenderer extends DefaultTableCellRenderer {
JTable d;
public aG(BinTableView paramBinTableView, JTable paramJTable) {
public BinTableHeaderCellRenderer(BinTableView paramBinTableView, JTable paramJTable) {
this.d = paramJTable;
setHorizontalAlignment(0);
setForeground(Color.BLACK);

View File

@@ -7,7 +7,7 @@ class BinTablePaintThrottle extends Thread {
boolean c = false;
public aK(BinTableView paramBinTableView) {
public BinTablePaintThrottle(BinTableView paramBinTableView) {
super("BinTablePaintThrottle");
setDaemon(true);
start();

View File

@@ -20,7 +20,7 @@ public class ButtonCellEditorRenderer extends AbstractCellEditor implements Tabl
private final JButton d = new JButton();
public eV() {
public ButtonCellEditorRenderer() {
this.d.addActionListener(new eW(this));
}

View File

@@ -7,7 +7,7 @@ public class CheckBoxMenuItemPropertyObserver implements dR {
String b = "";
public ba(JCheckBoxMenuItem paramJCheckBoxMenuItem, String paramString) {
public CheckBoxMenuItemPropertyObserver(JCheckBoxMenuItem paramJCheckBoxMenuItem, String paramString) {
this.a = paramJCheckBoxMenuItem;
this.b = paramString;
}

View File

@@ -25,7 +25,7 @@ public class ColorChooserPanel extends JPanel implements bc {
JButton f;
public bd() {
public ColorChooserPanel() {
setLayout(new BorderLayout());
add("Center", this.a);
JPanel jPanel = new JPanel();

View File

@@ -7,7 +7,7 @@ import java.awt.event.KeyEvent;
class CommentBoxKeyDispatcher implements KeyEventDispatcher {
Component a = null;
public bn(bi parambi, Component paramComponent) {
public CommentBoxKeyDispatcher(bi parambi, Component paramComponent) {
this.a = paramComponent;
}

View File

@@ -37,12 +37,12 @@ public class CommentBoxWindow extends JWindow {
boolean h = false;
public bi(Window paramWindow, String paramString) {
public CommentBoxWindow(Window paramWindow, String paramString) {
this(paramWindow, paramString, false);
a();
}
public bi(Window paramWindow, String paramString, boolean paramBoolean) {
public CommentBoxWindow(Window paramWindow, String paramString, boolean paramBoolean) {
super(paramWindow);
a();
setBackground(new Color(0, 0, 0, 0));

View File

@@ -19,11 +19,11 @@ public class CommentIconLabel extends JLabel {
private ab c = null;
public cI(String paramString) {
public CommentIconLabel(String paramString) {
this(paramString, (ab)null);
}
public cI(String paramString, ab paramab) {
public CommentIconLabel(String paramString, ab paramab) {
this.b = paramString;
this.c = paramab;
try {

View File

@@ -48,11 +48,11 @@ public class CommunicationIndicator extends JLabel implements GInterfaceAg, GInt
long l = System.currentTimeMillis();
public ep() {
public CommunicationIndicator() {
this("");
}
public ep(String paramString) {
public CommunicationIndicator(String paramString) {
this.m = paramString;
setMinimumSize(this.h);
setPreferredSize(this.h);

View File

@@ -165,7 +165,7 @@ public class CurveEditorComponent extends JComponent implements FocusListener {
double F = 0.0D;
public bN() {
public CurveEditorComponent() {
setBackground(Color.BLACK);
setForeground(Color.WHITE);
bO bO = new bO(this);

View File

@@ -66,14 +66,14 @@ public class CustomButton extends JComponent {
boolean y = true;
public cp(String paramString) {
public CustomButton(String paramString) {
this.a = paramString;
enableEvents(16L);
this.o = new Vector();
repaint();
}
public cp(String paramString, Image paramImage) {
public CustomButton(String paramString, Image paramImage) {
this(paramString);
this.b = this.b;
this.p = paramImage;
@@ -85,13 +85,13 @@ public class CustomButton extends JComponent {
b(false);
}
public cp(String paramString, Image paramImage, Dimension paramDimension) {
public CustomButton(String paramString, Image paramImage, Dimension paramDimension) {
this(paramString, paramImage);
if (paramDimension != null)
this.r = paramDimension;
}
public cp(String paramString, Image paramImage, Dimension paramDimension1, Dimension paramDimension2) {
public CustomButton(String paramString, Image paramImage, Dimension paramDimension1, Dimension paramDimension2) {
this(paramString, paramImage, paramDimension1);
this.t = paramDimension2;
}

View File

@@ -17,7 +17,7 @@ public class CustomGridLayout implements LayoutManager, Serializable {
int d;
public cR() {
public CustomGridLayout() {
this(1, 0, 0, 0);
}

View File

@@ -35,7 +35,7 @@ public class DataHistoryRenderer {
Stroke i = new BasicStroke(2.0F, 1, 2);
public dm(JComponent paramJComponent) {
public DataHistoryRenderer(JComponent paramJComponent) {
this.b = paramJComponent;
}

View File

@@ -19,11 +19,11 @@ public class DropdownButton extends cp implements ItemSelectable, ActionListener
JPopupMenu A = new JPopupMenu();
public dc() {
public DropdownButton() {
this("");
}
public dc(String paramString) {
public DropdownButton(String paramString) {
super(paramString);
add(this.A);
a(this);

View File

@@ -3,9 +3,9 @@ package com.efiAnalytics.ui;
import javax.swing.JMenu;
public class DynamicMenu extends JMenu implements bq {
public bp() {}
public DynamicMenu() {}
public bp(String paramString) {
public DynamicMenu(String paramString) {
super(paramString);
}
}

View File

@@ -43,7 +43,7 @@ public class EditableListPanel extends JPanel implements ListSelectionListener {
public static String m = "Lower Item Index";
public ei() {
public EditableListPanel() {
this.a.setVisibleRowCount(4);
this.a.setModel(this.b);
this.a.addListSelectionListener(this);

View File

@@ -10,7 +10,7 @@ public class EnhancedComboBox extends JComboBox {
Color b = null;
public de() {
public EnhancedComboBox() {
setDoubleBuffered(false);
addMouseListener(new df(this));
addFocusListener(new dg(this));

View File

@@ -8,7 +8,7 @@ public class ExtensionFileFilter extends FileFilter {
String a = null;
public cx(String paramString) {
public ExtensionFileFilter(String paramString) {
this.b = paramString;
}

View File

@@ -39,7 +39,7 @@ public class FieldPropertiesDialog extends JDialog implements ActionListener {
JComboBox h = null;
public cj(Frame paramFrame, n paramn, String paramString1, String paramString2, String paramString3) {
public FieldPropertiesDialog(Frame paramFrame, n paramn, String paramString1, String paramString2, String paramString3) {
super(paramFrame, "Field Properties", true);
this.g = paramFrame;
setLayout(new BorderLayout());

View File

@@ -22,7 +22,7 @@ public class FloatPolygon implements Shape, Serializable {
private GeneralPath f;
public dL() {
public FloatPolygon() {
this.b = new float[4];
this.c = new float[4];
}

View File

@@ -19,7 +19,7 @@ public class GridSelectionWindow extends JWindow {
ArrayList f = new ArrayList();
public fc() {
public GridSelectionWindow() {
setLayout(new GridLayout(this.e, this.d));
ff ff = new ff(this);
for (byte b = 0; b < this.e; b++) {

View File

@@ -18,11 +18,11 @@ public class HelpIconLabel extends JLabel {
ab b;
public cF(String paramString, ab paramab) {
public HelpIconLabel(String paramString, ab paramab) {
this(paramString, paramab, 32);
}
public cF(String paramString, ab paramab, int paramInt) {
public HelpIconLabel(String paramString, ab paramab, int paramInt) {
this.b = paramab;
this.c = paramString;
if (a == null)

View File

@@ -22,7 +22,7 @@ public class HexByteTextArea extends JTextArea {
private ArrayList e = new ArrayList();
public aP() {
public HexByteTextArea() {
setAutoscrolls(true);
setFont(new Font("Monospaced", 0, 12));
setColumns(77);

View File

@@ -9,7 +9,7 @@ import java.io.File;
public class ImagePreviewPanel extends ck {
Image a = null;
public cl() {
public ImagePreviewPanel() {
Dimension dimension = new Dimension(150, 200);
setPreferredSize(dimension);
setMinimumSize(dimension);

View File

@@ -10,7 +10,7 @@ class LabeledToolBar extends JToolBar {
Font b = new Font("Arial Unicode MS", 1, eJ.a(12));
public ak(w paramw, String paramString) {
public LabeledToolBar(w paramw, String paramString) {
super(paramString);
}

View File

@@ -37,7 +37,7 @@ public class LineChartComponent extends AbstractChartComponent {
double k = 0.0D;
public aU() {
public LineChartComponent() {
addMouseListener(new aW(this));
}

View File

@@ -60,7 +60,7 @@ public class LineGraphPanel extends aS {
private boolean B = true;
public cZ() {
public LineGraphPanel() {
d(25);
a(false);
}

View File

@@ -23,7 +23,7 @@ public class MessageDialog extends JDialog implements ActionListener {
JButton c;
public dk(Frame paramFrame, String paramString, boolean paramBoolean) {
public MessageDialog(Frame paramFrame, String paramString, boolean paramBoolean) {
super(paramFrame, "Message", true);
setLayout(new BorderLayout());
Panel panel = new Panel();

View File

@@ -24,7 +24,7 @@ public class NavigationArrowPanel extends JPanel {
Color e = null;
public cK() {
public NavigationArrowPanel() {
a();
addMouseListener(new cL(this));
Color color = UIManager.getColor("Button.foreground");

View File

@@ -12,7 +12,7 @@ import javax.swing.JPanel;
public class OkCancelApplyDialog extends JDialog {
ArrayList a = new ArrayList();
public ct(Window paramWindow, JComponent paramJComponent, String paramString, a parama, int paramInt) {
public OkCancelApplyDialog(Window paramWindow, JComponent paramJComponent, String paramString, a parama, int paramInt) {
super(paramWindow, paramString);
setLayout(new BorderLayout());
a(parama);

View File

@@ -20,7 +20,7 @@ public class PaintThrottleThread extends Thread {
Object c = new Object();
public dD(Component paramComponent) {
public PaintThrottleThread(Component paramComponent) {
super("Generic Paint Throttle");
setDaemon(true);
this.f = paramComponent;

View File

@@ -33,7 +33,7 @@ public class PdfViewerDialog {
et c = null;
public dK(Window paramWindow) {
public PdfViewerDialog(Window paramWindow) {
this.a = new SwingController();
Properties properties = new Properties();
properties.setProperty("application.showLocalStorageDialogs", Boolean.FALSE.toString());

View File

@@ -13,15 +13,15 @@ public class PersistentDialog extends JDialog implements bc {
private et a = null;
public dF(Window paramWindow, String paramString) {
public PersistentDialog(Window paramWindow, String paramString) {
this(paramWindow, paramString, (aO)null);
}
public dF(Window paramWindow, String paramString, aO paramaO) {
public PersistentDialog(Window paramWindow, String paramString, aO paramaO) {
this(paramWindow, paramString, paramaO, false);
}
public dF(Window paramWindow, String paramString, aO paramaO, boolean paramBoolean) {
public PersistentDialog(Window paramWindow, String paramString, aO paramaO, boolean paramBoolean) {
super(paramWindow, paramString, JDialog.DEFAULT_MODALITY_TYPE);
setModal(paramBoolean);
this.o = paramaO;

View File

@@ -20,7 +20,7 @@ public class ProgressBar extends JComponent {
Color g = Color.red;
public dM() {
public ProgressBar() {
dN dN = new dN(this);
addMouseListener(dN);
addMouseMotionListener(dN);

View File

@@ -17,7 +17,7 @@ public class ProgressDialog extends JDialog {
JLabel c = new JLabel("", 0);
public eB(Window paramWindow, String paramString1, String paramString2, boolean paramBoolean1, boolean paramBoolean2) {
public ProgressDialog(Window paramWindow, String paramString1, String paramString2, boolean paramBoolean1, boolean paramBoolean2) {
super(paramWindow, paramString1, JDialog.DEFAULT_MODALITY_TYPE);
setModal(paramBoolean2);
setLayout(new BorderLayout());

View File

@@ -38,7 +38,7 @@ public class ProgressPanel extends JPanel implements KeyListener, Serializable {
int f = 550;
public dO() {
public ProgressPanel() {
setLayout(new GridBagLayout());
setOpaque(false);
this.a.setIndeterminate(true);

View File

@@ -39,7 +39,7 @@ public class RangeSliderPanel extends JPanel {
Rectangle n = null;
public cg() {
public RangeSliderPanel() {
ch ch = new ch(this);
addMouseMotionListener(ch);
addMouseListener(ch);

View File

@@ -71,7 +71,7 @@ public class RegistrationDialog extends JDialog implements ClipboardOwner {
Clipboard n = Toolkit.getDefaultToolkit().getSystemClipboard();
public dS(Window paramWindow, O paramO) {
public RegistrationDialog(Window paramWindow, O paramO) {
super(paramWindow);
setTitle(a("Enter Registration Information"));
this.k = paramO;

View File

@@ -9,7 +9,7 @@ import javax.swing.JPanel;
public class SpinnerButtonPanel extends JPanel {
ArrayList a = new ArrayList();
public ew() {
public SpinnerButtonPanel() {
setLayout(new GridLayout(2, 1));
ez ez = new ez(this, 1);
ez.setFocusable(false);

View File

@@ -24,7 +24,7 @@ public class TabbedSettingsPanel extends JPanel {
boolean f = false;
public ds(String paramString) {
public TabbedSettingsPanel(String paramString) {
paramString = (paramString == null) ? "" : paramString;
this.c = paramString;
setLayout(new BorderLayout());

View File

@@ -22,7 +22,7 @@ public class Table3DColorMapPanel extends JComponent {
private Image g = null;
public cA() {
public Table3DColorMapPanel() {
this.b = new dD(this);
this.b.b(1000);
setToolTipText("Hey");

View File

@@ -33,7 +33,7 @@ public class Table3DDataModel {
a(paramInt1, paramInt2);
}
public eR() {
public Table3DDataModel() {
a(1, 1);
}

View File

@@ -88,7 +88,7 @@ public class Table3DViewComponent extends JComponent implements FocusListener {
Stroke i = new BasicStroke(1.0F, 0, 2, 0.0F, new float[] { 1.0F, 2.0F }, 0.0F);
public eM() {
public Table3DViewComponent() {
if (A.i().b()) {
this.a = new eT(this);
eP eP = new eP(this);

View File

@@ -48,7 +48,7 @@ public class TableDataModel implements WInterfaceAn, TableModel {
private int f = 0;
public s() {
public TableDataModel() {
a(16, 16);
}

View File

@@ -109,7 +109,7 @@ public class TableEditorPanel extends JPanel implements TableModelListener {
ExceptionInVPackage(params);
}
public w() {
public TableEditorPanel() {
if (UIManager.getLookAndFeel().toString().contains("Nimbus")) {
this.u = 2;
} else {

View File

@@ -46,7 +46,7 @@ public class TargetIndicatorComponent extends JComponent {
Font g = new Font("Dialog", 0, 12);
public aR() {
public TargetIndicatorComponent() {
setBorder(BorderFactory.createLoweredBevelBorder());
}

View File

@@ -14,7 +14,7 @@ public class TimestampDisplayLabel extends JLabel {
private boolean d = true;
public fj() {
public TimestampDisplayLabel() {
setHorizontalAlignment(0);
}

View File

@@ -10,7 +10,7 @@ public class TruncatedPathLabel extends JLabel {
double b = 0.0D;
public cn() {
public TruncatedPathLabel() {
setFont(new Font("SansSerif", 0, eJ.a(11)));
this.b = (getFontMetrics(getFont()).stringWidth("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") / 52);
}

View File

@@ -32,7 +32,7 @@ public class UserInputDialog extends JDialog implements ActionListener {
private ab g = null;
public fq(Window paramWindow, boolean paramBoolean, String paramString1, String paramString2, ab paramab) {
public UserInputDialog(Window paramWindow, boolean paramBoolean, String paramString1, String paramString2, ab paramab) {
super(paramWindow, "User Input", Dialog.ModalityType.TOOLKIT_MODAL);
this.f = paramBoolean;
this.e = paramWindow;

View File

@@ -50,23 +50,23 @@ public class UserParameterDialog extends JDialog implements ActionListener {
JPanel l = new JPanel();
public fs(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2) {
public UserParameterDialog(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2) {
this(paramWindow, paramString1, paramBoolean1, paramString2, paramBoolean2, (fx)null);
}
public fs(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, String[] paramArrayOfString) {
public UserParameterDialog(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, String[] paramArrayOfString) {
this(paramWindow, paramString1, paramBoolean1, paramString2, paramBoolean2, (fx)null, (fy)null, (ab)null, paramArrayOfString);
}
public fs(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, fx paramfx) {
public UserParameterDialog(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, fx paramfx) {
this(paramWindow, paramString1, paramBoolean1, paramString2, paramBoolean2, paramfx, (fy)null, (ab)null, (String[])null);
}
public fs(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, fx paramfx, fy paramfy, ab paramab) {
public UserParameterDialog(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, fx paramfx, fy paramfy, ab paramab) {
this(paramWindow, paramString1, paramBoolean1, paramString2, paramBoolean2, paramfx, paramfy, paramab, (String[])null);
}
public fs(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, fx paramfx, fy paramfy, ab paramab, String[] paramArrayOfString) {
public UserParameterDialog(Window paramWindow, String paramString1, boolean paramBoolean1, String paramString2, boolean paramBoolean2, fx paramfx, fy paramfy, ab paramab, String[] paramArrayOfString) {
super(paramWindow, "User Parameter", Dialog.ModalityType.DOCUMENT_MODAL);
this.n = paramab;
setTitle(a(""));

View File

@@ -10,9 +10,9 @@ public class VerticalLabel extends JLabel {
private Dimension b = null;
public fF() {}
public VerticalLabel() {}
public fF(String paramString) {
public VerticalLabel(String paramString) {
setText(paramString);
repaint();
}

View File

@@ -20,7 +20,7 @@ public class WaitBarComponent extends JComponent {
fI d = null;
public fH() {
public WaitBarComponent() {
setMinimumSize(new Dimension(100, eJ.a(4)));
setPreferredSize(new Dimension(100, eJ.a(4)));
setOpaque(true);

View File

@@ -21,7 +21,7 @@ public class WebViewPanel extends JPanel {
private WebEngine e;
public eD() {
public WebViewPanel() {
a();
}

View File

@@ -6,7 +6,7 @@ import javax.swing.JDialog;
class WizardDialogCallback implements fS {
JDialog a = null;
public fP(fL paramfL, JDialog paramJDialog) {
public WizardDialogCallback(fL paramfL, JDialog paramJDialog) {
this.a = paramJDialog;
}

View File

@@ -37,15 +37,15 @@ public class WizardPanel extends JPanel {
ArrayList h = new ArrayList();
public fL() {
public WizardPanel() {
this((String)null);
}
public fL(String paramString) {
public WizardPanel(String paramString) {
this(paramString, (ab)null);
}
public fL(String paramString, ab paramab) {
public WizardPanel(String paramString, ab paramab) {
a(paramab);
paramString = (paramString == null) ? "" : a(paramString);
setBorder(BorderFactory.createEmptyBorder(5, 5, 25, 5));

Some files were not shown because too many files have changed in this diff Show More