Skip to content

Commit

Permalink
rotating PDF pages (no persistence yet). issue #2409
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed May 27, 2024
1 parent e9b70b4 commit 54871d1
Show file tree
Hide file tree
Showing 6 changed files with 1,015 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="lblTotalPages" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="282" max="32767" attributes="0"/>
<EmptySpace pref="90" max="32767" attributes="0"/>
<Component id="cmdRotateLeft" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="cmdRotateRight" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="sliderZoom" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="cmdFitToScreen" min="-2" max="-2" attributes="0"/>
Expand All @@ -51,8 +55,10 @@
<Group type="103" groupAlignment="3" attributes="0">
<Component id="sliderZoom" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="cmdFitToScreen" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="cmdRotateRight" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="jLabel1" alignment="0" max="32767" attributes="0"/>
<Component id="cmdRotateLeft" alignment="0" max="32767" attributes="0"/>
<Component id="lblTotalPages" alignment="0" max="32767" attributes="0"/>
</Group>
</Group>
Expand Down Expand Up @@ -167,5 +173,27 @@
<Property name="text" type="java.lang.String" value="100"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="cmdRotateRight">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/icons16/material/rotate_right_20dp.png"/>
</Property>
<Property name="toolTipText" type="java.lang.String" value="alle Seiten des Dokuments um 90&#xb0; nach rechts drehen"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmdRotateRightActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="cmdRotateLeft">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/icons16/material/rotate_left_20dp.png"/>
</Property>
<Property name="toolTipText" type="java.lang.String" value="alle Seiten des Dokuments um 90&#xb0; nach links drehen"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmdRotateLeftActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>
Loading

0 comments on commit 54871d1

Please sign in to comment.