Skip to content

Commit

Permalink
added transcirption to htmlPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
iradraconis committed Oct 16, 2024
1 parent 2902eb2 commit 270a105
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,28 @@
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jScrollPane1" pref="369" max="32767" attributes="0"/>
<Group type="102" alignment="1" attributes="0">
<Component id="jScrollPane1" pref="0" max="32767" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="lblFileName" min="-2" pref="196" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Component id="cmbDevices" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="cmdTranscribe" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="lblFileName" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="lblFileName" min="-2" pref="28" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="lblFileName" alignment="3" min="-2" pref="28" max="-2" attributes="0"/>
<Group type="103" alignment="3" groupAlignment="3" attributes="0">
<Component id="cmdTranscribe" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="cmbDevices" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="jScrollPane1" max="32767" attributes="0"/>
</Group>
Expand Down Expand Up @@ -55,5 +66,32 @@
<Property name="text" type="java.lang.String" value="Notizdatei.html"/>
</Properties>
</Component>
<Component class="javax.swing.JComboBox" name="cmbDevices">
<Properties>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="4">
<StringItem index="0" value="Item 1"/>
<StringItem index="1" value="Item 2"/>
<StringItem index="2" value="Item 3"/>
<StringItem index="3" value="Item 4"/>
</StringArray>
</Property>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
</AuxValues>
</Component>
<Component class="javax.swing.JButton" name="cmdTranscribe">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/icons16/material/baseline_mic_black_48dp.png"/>
</Property>
<Property name="text" type="java.lang.String" value="00:00"/>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmdTranscribeActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>
Loading

0 comments on commit 270a105

Please sign in to comment.