From b02552f478ae72cef5be69b6d7f93f8ce1f86c6d Mon Sep 17 00:00:00 2001
From: curso <=>
Date: Mon, 1 Apr 2024 15:42:47 -0300
Subject: [PATCH] Cria tela de resultados
---
.../ipss/feature/resultado/widget/Resultados.form | 11 ++++++++---
.../ipss/feature/resultado/widget/Resultados.java | 5 +++--
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.form b/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.form
index 19bb1c9..63bf611 100644
--- a/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.form
+++ b/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.form
@@ -11,7 +11,7 @@
-
+
@@ -23,6 +23,11 @@
+
+
+
+
+
@@ -56,7 +61,7 @@
-
+
@@ -87,7 +92,7 @@
-
+
diff --git a/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.java b/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.java
index 17d42f5..9733609 100644
--- a/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.java
+++ b/src/main/java/br/com/ifba/ipss/feature/resultado/widget/Resultados.java
@@ -39,6 +39,7 @@ private void initComponents() {
setLayout(null);
jPanel1.setBackground(new java.awt.Color(204, 204, 204));
+ jPanel1.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));
jLabel1.setFont(new java.awt.Font("Times New Roman", 0, 14)); // NOI18N
jLabel1.setText("Resultados");
@@ -90,7 +91,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addGroup(jPanel1Layout.createSequentialGroup()
.addGap(30, 30, 30)
.addComponent(jLabel1)
- .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 33, Short.MAX_VALUE)
+ .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 31, Short.MAX_VALUE)
.addComponent(jButton2)))
.addContainerGap())
);
@@ -113,7 +114,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jLabel4)
.addComponent(jLabel7))
- .addContainerGap(17, Short.MAX_VALUE))
+ .addContainerGap(15, Short.MAX_VALUE))
);
add(jPanel1);