Skip to content

Commit

Permalink
add other wpa profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
PubuduS committed Aug 22, 2022
1 parent baebb8c commit 3df20e4
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 112 deletions.
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 48 additions & 21 deletions src/etl_to_csv/ExportCSV.form
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" value="ETL to CSV Exporter"/>
<Property name="title" type="java.lang.String" value="ETL to CSV Exporter (UNO Network Lab)"/>
<Property name="resizable" type="boolean" value="false"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,49,0,0,3,127"/>
Expand Down Expand Up @@ -36,17 +37,20 @@
<EmptySpace min="-2" pref="320" max="-2" attributes="0"/>
<Component id="jLabel1" min="-2" pref="190" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="50" max="-2" attributes="0"/>
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="66" max="-2" attributes="0"/>
<Component id="jScrollPane1" min="-2" pref="716" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Group type="102" attributes="0">
<Component id="jLabelProcessing" min="-2" pref="425" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="35" max="-2" attributes="0"/>
<Component id="jLabelProcessedAmount" max="32767" attributes="0"/>
</Group>
<Component id="jScrollPane1" min="-2" pref="716" max="-2" attributes="0"/>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="223" max="-2" attributes="0"/>
<Component id="jLabelProcessing" min="-2" pref="425" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="50" max="-2" attributes="0"/>
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace max="32767" attributes="0"/>
Expand All @@ -61,7 +65,10 @@
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="19" max="32767" attributes="0"/>
<Component id="jLabelProcessing" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jLabelProcessing" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jLabelProcessedAmount" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="jScrollPane1" min="-2" pref="330" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
Expand Down Expand Up @@ -107,8 +114,8 @@
<Component id="btnExtractCSV" pref="107" max="32767" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="34" max="-2" attributes="0"/>
<Component id="btnReadFileNames" min="-2" pref="102" max="-2" attributes="0"/>
<EmptySpace pref="78" max="32767" attributes="0"/>
<Component id="btnOpenFileLocation" min="-2" pref="108" max="-2" attributes="0"/>
<EmptySpace pref="41" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand All @@ -120,7 +127,7 @@
<Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="txtETLPath" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnBrowse" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnReadFileNames" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnOpenFileLocation" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="30" max="32767" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
Expand All @@ -142,6 +149,9 @@
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="txtETLPath">
<Properties>
<Property name="editable" type="boolean" value="false"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btnBrowse">
<Properties>
Expand All @@ -151,14 +161,6 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnBrowseActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="btnReadFileNames">
<Properties>
<Property name="text" type="java.lang.String" value="Get Files"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnReadFileNamesActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JRadioButton" name="jRadioButtonCPU">
<Properties>
<Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
Expand Down Expand Up @@ -211,6 +213,14 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExtractCSVActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="btnOpenFileLocation">
<Properties>
<Property name="text" type="java.lang.String" value="Open Location"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnOpenFileLocationActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
Expand All @@ -222,19 +232,36 @@
<SubComponents>
<Component class="javax.swing.JTable" name="jTable1">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Tahoma" size="11" style="1"/>
</Property>
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
<Table columnCount="1" rowCount="0">
<Column editable="true" title="File Name" type="java.lang.Object"/>
<Column editable="false" title="File Name" type="java.lang.Object"/>
</Table>
</Property>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTable()&#xa;{&#xa; public Component prepareRenderer(TableCellRenderer renderer, int row, int column)&#xa; {&#xa; Component c = super.prepareRenderer(renderer, row, column);&#xa;&#xa; if (isRowSelected(row))&#xa; c.setBackground(Color.GREEN);&#xa; else&#xa; c.setBackground(Color.WHITE);&#xa;&#xa; return c;&#xa; }&#xa;&#xa;}"/>
</AuxValues>
</Component>
</SubComponents>
</Container>
<Component class="javax.swing.JLabel" name="jLabelProcessing">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Tahoma" size="11" style="1"/>
</Property>
<Property name="text" type="java.lang.String" value="Processing: Nothing....."/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabelProcessedAmount">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Tahoma" size="11" style="1"/>
</Property>
<Property name="text" type="java.lang.String" value="Processed: None"/>
</Properties>
</Component>
</SubComponents>
</Form>
Loading

0 comments on commit 3df20e4

Please sign in to comment.