Skip to content

Instantly share code, notes, and snippets.

@rahul-lohra
Created July 18, 2020 13:14
Show Gist options
  • Save rahul-lohra/e2860d237e6e31126928e70cc5a6c79c to your computer and use it in GitHub Desktop.
Save rahul-lohra/e2860d237e6e31126928e70cc5a6c79c to your computer and use it in GitHub Desktop.
GqlView Starter java code
package com.rahul.gqlformat;
import com.intellij.openapi.project.Project;
import javax.swing.*;
public class GqlView {
private JTextArea textArea;
private JButton btnImport;
private JPanel panel;
private JTextField tfVariableName;
private JButton btnReplace;
private JLabel labelError;
private Project project;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment