forked from External/mage
C-style arrays declaration should be replaced to java-style
This commit is contained in:
parent
b23ccb8191
commit
022c1407ed
4 changed files with 4 additions and 4 deletions
|
|
@ -259,7 +259,7 @@ public class FeedbackDialog extends javax.swing.JDialog {
|
|||
/**
|
||||
* @param args the command line arguments
|
||||
*/
|
||||
public static void main(String args[]) {
|
||||
public static void main(String[] args) {
|
||||
java.awt.EventQueue.invokeLater(() -> {
|
||||
if (!dialog.isVisible()) {
|
||||
dialog.setLocation(300, 200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue