diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.form b/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.form index 22f3d74c28..2a79346d79 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.form +++ b/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.form @@ -16,15 +16,27 @@ - + @@ -32,176 +44,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -215,5 +85,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.java b/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.java index 041cd3fc31..62af39f3a2 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/CueBannerPanel.java @@ -20,6 +20,9 @@ package org.sleuthkit.autopsy.casemodule; import java.awt.*; +import java.awt.Dialog; +import java.awt.Dimension; +import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.ImageIcon; @@ -64,16 +67,16 @@ public class CueBannerPanel extends javax.swing.JPanel { // //GEN-BEGIN:initComponents private void initComponents() { - closeButton = new javax.swing.JButton(); - editorPanel = new javax.swing.JPanel(); + autopsyLogo = new javax.swing.JLabel(); + this.autopsyLogo.setText(""); newCaseButton = new javax.swing.JButton(); openRecentButton = new javax.swing.JButton(); createNewLabel = new javax.swing.JLabel(); openRecentLabel = new javax.swing.JLabel(); openCaseButton = new javax.swing.JButton(); openLabel = new javax.swing.JLabel(); - autopsyLogo = new javax.swing.JLabel(); - this.autopsyLogo.setText(""); + closeButton = new javax.swing.JButton(); + jSeparator1 = new javax.swing.JSeparator(); closeButton.setText(org.openide.util.NbBundle.getMessage(CueBannerPanel.class, "CueBannerPanel.closeButton.text")); // NOI18N @@ -82,7 +85,7 @@ public class CueBannerPanel extends javax.swing.JPanel { newCaseButton.setBorder(null); newCaseButton.setBorderPainted(false); newCaseButton.setContentAreaFilled(false); - newCaseButton.setPreferredSize(new java.awt.Dimension(70, 70)); + newCaseButton.setPreferredSize(new java.awt.Dimension(64, 64)); newCaseButton.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { newCaseButtonActionPerformed(evt); @@ -94,7 +97,7 @@ public class CueBannerPanel extends javax.swing.JPanel { openRecentButton.setBorder(null); openRecentButton.setBorderPainted(false); openRecentButton.setContentAreaFilled(false); - openRecentButton.setPreferredSize(new java.awt.Dimension(70, 70)); + openRecentButton.setPreferredSize(new java.awt.Dimension(64, 64)); openRecentButton.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { openRecentButtonActionPerformed(evt); @@ -113,7 +116,7 @@ public class CueBannerPanel extends javax.swing.JPanel { openCaseButton.setBorderPainted(false); openCaseButton.setContentAreaFilled(false); openCaseButton.setMargin(new java.awt.Insets(1, 1, 1, 1)); - openCaseButton.setPreferredSize(new java.awt.Dimension(70, 70)); + openCaseButton.setPreferredSize(new java.awt.Dimension(64, 64)); openCaseButton.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { openCaseButtonActionPerformed(evt); @@ -123,46 +126,10 @@ public class CueBannerPanel extends javax.swing.JPanel { openLabel.setFont(openLabel.getFont().deriveFont(Font.PLAIN, 13)); openLabel.setText(org.openide.util.NbBundle.getMessage(CueBannerPanel.class, "CueBannerPanel.openLabel.text")); // NOI18N - javax.swing.GroupLayout editorPanelLayout = new javax.swing.GroupLayout(editorPanel); - editorPanel.setLayout(editorPanelLayout); - editorPanelLayout.setHorizontalGroup( - editorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(editorPanelLayout.createSequentialGroup() - .addGroup(editorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(editorPanelLayout.createSequentialGroup() - .addComponent(newCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addComponent(createNewLabel)) - .addGroup(editorPanelLayout.createSequentialGroup() - .addComponent(openRecentButton, javax.swing.GroupLayout.PREFERRED_SIZE, 70, javax.swing.GroupLayout.PREFERRED_SIZE) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addComponent(openRecentLabel)) - .addGroup(editorPanelLayout.createSequentialGroup() - .addComponent(openCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addComponent(openLabel))) - .addContainerGap(60, Short.MAX_VALUE)) - ); - editorPanelLayout.setVerticalGroup( - editorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(editorPanelLayout.createSequentialGroup() - .addGap(32, 32, 32) - .addGroup(editorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) - .addComponent(createNewLabel) - .addComponent(newCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, 56, javax.swing.GroupLayout.PREFERRED_SIZE)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(editorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) - .addComponent(openRecentLabel) - .addComponent(openRecentButton, javax.swing.GroupLayout.PREFERRED_SIZE, 70, javax.swing.GroupLayout.PREFERRED_SIZE)) - .addGap(0, 0, Short.MAX_VALUE) - .addGroup(editorPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) - .addComponent(openLabel) - .addComponent(openCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, 58, javax.swing.GroupLayout.PREFERRED_SIZE)) - .addContainerGap(25, Short.MAX_VALUE)) - ); autopsyLogo.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/casemodule/welcome_logo.png"))); // NOI18N NON-NLS autopsyLogo.setText(org.openide.util.NbBundle.getMessage(CueBannerPanel.class, "CueBannerPanel.autopsyLogo.text")); // NOI18N + jSeparator1.setOrientation(javax.swing.SwingConstants.VERTICAL); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this); this.setLayout(layout); @@ -171,23 +138,44 @@ public class CueBannerPanel extends javax.swing.JPanel { .addGroup(layout.createSequentialGroup() .addContainerGap() .addComponent(autopsyLogo) - .addGap(29, 29, 29) - .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) - .addComponent(editorPanel, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addComponent(closeButton, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)) - .addContainerGap()) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 5, javax.swing.GroupLayout.PREFERRED_SIZE) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) + .addComponent(newCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) + .addComponent(openRecentButton, javax.swing.GroupLayout.PREFERRED_SIZE, 70, javax.swing.GroupLayout.PREFERRED_SIZE) + .addComponent(openCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addComponent(createNewLabel) + .addComponent(openRecentLabel) + .addComponent(openLabel)) + .addComponent(closeButton, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addGap(15, 15, 15)) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() - .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addComponent(autopsyLogo, javax.swing.GroupLayout.PREFERRED_SIZE, 257, javax.swing.GroupLayout.PREFERRED_SIZE) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) .addGroup(layout.createSequentialGroup() - .addComponent(editorPanel, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addGap(18, 18, 18) - .addComponent(closeButton))) - .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) + .addComponent(newCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, 56, javax.swing.GroupLayout.PREFERRED_SIZE) + .addComponent(createNewLabel)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) + .addComponent(openRecentButton, javax.swing.GroupLayout.PREFERRED_SIZE, 70, javax.swing.GroupLayout.PREFERRED_SIZE) + .addComponent(openRecentLabel)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER) + .addComponent(openCaseButton, javax.swing.GroupLayout.PREFERRED_SIZE, 58, javax.swing.GroupLayout.PREFERRED_SIZE) + .addComponent(openLabel)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) + .addComponent(closeButton)) + .addComponent(jSeparator1) + .addComponent(autopsyLogo, javax.swing.GroupLayout.PREFERRED_SIZE, 257, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addContainerGap()) ); }// //GEN-END:initComponents @@ -235,7 +223,7 @@ public class CueBannerPanel extends javax.swing.JPanel { private javax.swing.JLabel autopsyLogo; private javax.swing.JButton closeButton; private javax.swing.JLabel createNewLabel; - private javax.swing.JPanel editorPanel; + private javax.swing.JSeparator jSeparator1; private javax.swing.JButton newCaseButton; private javax.swing.JButton openCaseButton; private javax.swing.JLabel openLabel; diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/welcome_logo.png b/Core/src/org/sleuthkit/autopsy/casemodule/welcome_logo.png index 5bac99e039..d73d6314c2 100644 Binary files a/Core/src/org/sleuthkit/autopsy/casemodule/welcome_logo.png and b/Core/src/org/sleuthkit/autopsy/casemodule/welcome_logo.png differ diff --git a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties index 9a48d8441f..a16d8e667b 100644 --- a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties +++ b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties @@ -1,11 +1,11 @@ #Updated by build script -#Wed, 03 Sep 2014 09:52:11 -0400 +#Wed, 22 Oct 2014 12:03:43 -0400 LBL_splash_window_title=Starting Autopsy -SPLASH_HEIGHT=288 -SPLASH_WIDTH=538 -SplashProgressBarBounds=3,282,533,6 -SplashRunningTextBounds=5,266,530,17 +SPLASH_HEIGHT=560 +SPLASH_WIDTH=960 +SplashProgressBarBounds=0,546,960,14 +SplashRunningTextBounds=0,517,957,25 SplashRunningTextColor=0x0 -SplashRunningTextFontSize=18 +SplashRunningTextFontSize=27 currentVersion=Autopsy 3.1.0 diff --git a/branding/core/core.jar/org/netbeans/core/startup/frame.gif b/branding/core/core.jar/org/netbeans/core/startup/frame.gif index 08dc748a00..4cf0711b9d 100644 Binary files a/branding/core/core.jar/org/netbeans/core/startup/frame.gif and b/branding/core/core.jar/org/netbeans/core/startup/frame.gif differ diff --git a/branding/core/core.jar/org/netbeans/core/startup/frame32.gif b/branding/core/core.jar/org/netbeans/core/startup/frame32.gif index 0cc097241a..6b72dfd200 100644 Binary files a/branding/core/core.jar/org/netbeans/core/startup/frame32.gif and b/branding/core/core.jar/org/netbeans/core/startup/frame32.gif differ diff --git a/branding/core/core.jar/org/netbeans/core/startup/frame48.gif b/branding/core/core.jar/org/netbeans/core/startup/frame48.gif index 3c6cdfd587..a92f46e1f9 100644 Binary files a/branding/core/core.jar/org/netbeans/core/startup/frame48.gif and b/branding/core/core.jar/org/netbeans/core/startup/frame48.gif differ diff --git a/branding/core/core.jar/org/netbeans/core/startup/splash.gif b/branding/core/core.jar/org/netbeans/core/startup/splash.gif index 34727c1a97..2a00a2053c 100644 Binary files a/branding/core/core.jar/org/netbeans/core/startup/splash.gif and b/branding/core/core.jar/org/netbeans/core/startup/splash.gif differ diff --git a/icons/icon.ico b/icons/icon.ico index efad7a3de4..e7e57249cf 100644 Binary files a/icons/icon.ico and b/icons/icon.ico differ