Skip to content

Commit 3d22d9e

Browse files
committed
Removed build and IDE files from git. Fixed issue with add param icon
1 parent 613bdfb commit 3d22d9e

File tree

6 files changed

+2
-22
lines changed

6 files changed

+2
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
build/
44
target/
55
/soapui-action-add-request-parameters.iml
6+
/src/main/main.iml

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.
-73.1 KB
Binary file not shown.

soapui-action-add-request-parameters.iml

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/main/java/com/soapui_action_add_request_parameters/AddRequestParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private JPanel buildRequestParamInputsPanelGUI(RequestParamGUI requestParamGUI)
248248
private JButton buildAddRequestParamInputsButtonGUI() {
249249
JButton addRequestParamButton = new JButton();
250250
try {
251-
Image img = ImageIO.read(getClass().getResource("../../../images/addIcon.png"));
251+
Image img = ImageIO.read(getClass().getClassLoader().getResource("images/addIcon.png"));
252252
img = img.getScaledInstance(20, 20, Image.SCALE_DEFAULT);
253253
addRequestParamButton.setIcon(new ImageIcon(img));
254254
} catch (Exception ex) {
File renamed without changes.

0 commit comments

Comments
 (0)