mirror of
https://github.com/Wisser/Jailer.git
synced 2026-04-29 19:39:50 -05:00
added some screenshots
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 314 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
@@ -79,7 +79,7 @@
|
||||
<br />
|
||||
Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships<br />
|
||||
<br />
|
||||
<img src="data-browser.gif" /><br />
|
||||
<a href="screenshot.html"><img src="data-browser-small.png" /></a><br />
|
||||
<br />
|
||||
|
||||
<h4>1. Connect with the Database</h4>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Jailer - Relation Data Browsing</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<meta name="description" content="Jailer - Relation Data Browsing" />
|
||||
<meta name="keywords" content="data export referential integrity java jdbc dbms relation data browsing" />
|
||||
<link rel="stylesheet" type="text/css" href="deleting-data-Dateien/styles.css" />
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Data Browser</h1>
|
||||
<img src="data-browser.png"><br>
|
||||
<h3><a href="data-browsing.html">Back</a></h3>
|
||||
<h1>SQL Console</h1>
|
||||
<img src="data-browser2.png"><br>
|
||||
<h3><a href="data-browsing.html">Back</a></h3>
|
||||
</body>
|
||||
</html>
|
||||
@@ -497,7 +497,7 @@ public abstract class MetaDataPanel extends javax.swing.JPanel {
|
||||
value = outlineTableRender((OutlineInfo) value, isSelected);
|
||||
}
|
||||
Component render = olRenderer.getListCellRendererComponent(list, value, index, false, cellHasFocus);
|
||||
render.setBackground(isSelected? new Color(240, 240, 255) : index == indexOfInfoAtCaret? new Color(255, 255, 200) : Color.WHITE);
|
||||
render.setBackground(isSelected? new Color(240, 240, 255) : index == indexOfInfoAtCaret? new Color(255, 255, 170) : Color.WHITE);
|
||||
if (render instanceof JLabel) {
|
||||
((JLabel) render).setToolTipText(tooltip);
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
|
||||
<Properties>
|
||||
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
||||
<Color blue="f0" green="ff" red="ff" type="rgb"/>
|
||||
<Color blue="e6" green="ff" red="ff" type="rgb"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
<AuxValues>
|
||||
@@ -38,7 +38,7 @@
|
||||
<Container class="javax.swing.JPanel" name="jPanel1">
|
||||
<Properties>
|
||||
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
||||
<Color blue="f0" green="ff" red="ff" type="rgb"/>
|
||||
<Color blue="e6" green="ff" red="ff" type="rgb"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
|
||||
|
||||
@@ -466,12 +466,12 @@ public class TableDetailsView extends javax.swing.JPanel {
|
||||
findColumnsPanel = new javax.swing.JPanel();
|
||||
findColumnsLabel = new javax.swing.JLabel();
|
||||
|
||||
setBackground(new java.awt.Color(255, 255, 240));
|
||||
setBackground(new java.awt.Color(255, 255, 230));
|
||||
setLayout(new java.awt.GridBagLayout());
|
||||
|
||||
jScrollPane1.setBorder(null);
|
||||
|
||||
jPanel1.setBackground(new java.awt.Color(255, 255, 240));
|
||||
jPanel1.setBackground(new java.awt.Color(255, 255, 230));
|
||||
jPanel1.setLayout(new java.awt.GridBagLayout());
|
||||
|
||||
tableNameLabel.setText("Test");
|
||||
|
||||
Reference in New Issue
Block a user