Skip to content

Commit

Permalink
fix: error while parsing form java source file
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed Oct 31, 2023
1 parent 29311e2 commit 10f61c0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
*/
public class ZettelkastenView extends FrameView implements WindowListener, DropTargetListener {

// <editor-fold defaultstate="collapsed" desc="Variablendeklaration">
/**
* searchRequests manages all searches and searchresults for the loaded
* datafile.
Expand Down Expand Up @@ -11348,7 +11349,9 @@ public void setHistoryBackAvailable(boolean b) {
* @throws InstantiationException
* @throws ClassNotFoundException
*/
// GEN-BEGIN:initComponents
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated
// Code">//GEN-BEGIN:initComponents
private void initComponents() throws ClassNotFoundException, InstantiationException, IllegalAccessException,
UnsupportedLookAndFeelException {

Expand Down Expand Up @@ -14428,9 +14431,10 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
setMenuBar(menuBar);
setStatusBar(statusPanel);
setToolBar(toolBar);
}// GEN-END:initComponents
}// </editor-fold>//GEN-END:initComponents

private void viewAuthorsCopyActionPerformed(java.awt.event.ActionEvent evt) {// GEN-FIRST:event_viewAuthorsCopyActionPerformed
// TODO add your handling code here:
}// GEN-LAST:event_viewAuthorsCopyActionPerformed

/**
Expand Down

0 comments on commit 10f61c0

Please sign in to comment.