mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
advanced settings dialog test
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
import com.jpexs.decompiler.flash.gui.AdvancedSettingsDialog;
|
||||
import com.jpexs.decompiler.flash.gui.AppStrings;
|
||||
import com.jpexs.decompiler.flash.gui.MainFrame;
|
||||
import java.util.HashMap;
|
||||
import java.util.ResourceBundle;
|
||||
import javax.swing.JComboBox;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/*
|
||||
@@ -27,7 +30,7 @@ public class AdvancedSettingsTest {
|
||||
|
||||
@Test
|
||||
public void testAdvancedSettginsDialog() {
|
||||
AppStrings.setResourceClass(MainFrame.class);
|
||||
//new AdvancedSettingsDialog();
|
||||
ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(AdvancedSettingsDialog.class));
|
||||
AdvancedSettingsDialog.getCategories(new HashMap<>(), new HashMap<>(), new JComboBox<>(), resourceBundle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user