![]() |
|
|
|
#1
|
|||
|
No source? Might be a key logger.
1st post too. Yikes. I recommend against 3rd party programs that have not been verified clean. Just some friendly advice. H
__________________
Haynar <Millennial Snowflake Utopia>
| ||
|
|
|||
|
#2
|
|||
|
Had a pretty busy day, sorry [You must be logged in to view images. Log in or Register.]
Source here: https://github.com/72o/EQLogTools | ||
|
|
|||
|
#3
|
|||
|
Code:
where E is a type-variable:
E extends Object declared in class JComboBox
src/eqlogtools/ClassHandler.java:371: warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type DefaultComboBoxModel
EQLogToolsGUI.comboGroup_14.setModel(new DefaultComboBoxModel(SpellNames.spellNamesDruid[13]));
^
where E is a type-variable:
E extends Object declared in class DefaultComboBoxModel
src/eqlogtools/ClassHandler.java:371: warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox
EQLogToolsGUI.comboGroup_14.setModel(new DefaultComboBoxModel(SpellNames.spellNamesDruid[13]));
where E is a type-variable:
E extends Object declared in class JComboBox
Note: Some input files additionally use unchecked or unsafe operations.
100 warnings
Also what wrapper are you using for jar to exe? (I assume thats how you're making a native exe)
__________________
Realtime auction logger: http://ahungry.com/eqauctions/
| ||
|
|
|||
|
#4
|
||||
|
Quote:
| |||
|
|
||||
![]() |
|
|