no message
This commit is contained in:
@@ -9,6 +9,9 @@ import javax.swing.*;
|
||||
public class CompilerOptionsForm extends DataSetControlForm<CompilerOption> {
|
||||
public CompilerOptionsForm(DataSet<?, CompilerOption> dataSource_in, JPanel mountPanel_in) {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
protected void createColumns() {
|
||||
AddColumns(
|
||||
new ColumnInfo<CompilerOption>("Параметр") {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user