no message
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
package _VisualDVM.Visual.Windows;
|
||||
import _VisualDVM.Current;
|
||||
import Common.Visual.TextField.StyledTextField;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.ProjectData.SapforData.Arrays.ProjectArray;
|
||||
@@ -9,10 +8,10 @@ import javax.swing.*;
|
||||
import javax.swing.event.DocumentEvent;
|
||||
import javax.swing.event.DocumentListener;
|
||||
public class ArraysForm implements ArraysWindow {
|
||||
public JSplitPane SC8;
|
||||
private JPanel content;
|
||||
private JPanel arraysPanel;
|
||||
private JPanel savedArraysPanel;
|
||||
public JSplitPane SC8;
|
||||
private JTextField filterName;
|
||||
private JLabel arraysMatchesLabel;
|
||||
private JTextField filterLocationName;
|
||||
@@ -20,7 +19,7 @@ public class ArraysForm implements ArraysWindow {
|
||||
private JTextField filterFile;
|
||||
private JTextField filterRegion;
|
||||
private JPanel savedArraysBackground;
|
||||
public ArraysForm(){
|
||||
public ArraysForm() {
|
||||
LoadSplitters();
|
||||
Global.mainModule.getProject().declaratedArrays.mountUI(arraysPanel);
|
||||
Global.mainModule.getProject().db.savedArrays.mountUI(savedArraysPanel);
|
||||
@@ -108,8 +107,8 @@ public class ArraysForm implements ArraysWindow {
|
||||
@Override
|
||||
public void changedUpdate(DocumentEvent e) {
|
||||
}
|
||||
}); }
|
||||
|
||||
});
|
||||
}
|
||||
@Override
|
||||
public JPanel getContent() {
|
||||
return content;
|
||||
|
||||
Reference in New Issue
Block a user