Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/metaFinal/nbproject/private/
/metaFinal/build/
/metaFinal/build/
/metaFinal/dist/
4 changes: 4 additions & 0 deletions EventList.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
6,Musical,GGA
11,Musical,BALTI
12,Musical,CASTRO
13,Musical,ZAZA
Binary file added ImageDemo.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions MetaTrip_Java
Submodule MetaTrip_Java added at 72d560
Binary file added MetatripVoitureFacture.pdf
Binary file not shown.
125 changes: 125 additions & 0 deletions css/BACK.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
.background {
-fx-background-color: #1d1d1d;
}

.label {

-fx-font-family: "Segoe UI Semibold";
-fx-text-fill: white;
-fx-opacity: 0.6;
}

.label-bright {

-fx-font-family: "Segoe UI Semibold";
-fx-text-fill: white;
-fx-opacity: 1;
}

.label-header {

-fx-font-family: "Segoe UI Light";
-fx-text-fill: white;
-fx-opacity: 1;
}

.table-view {
-fx-base: #1d1d1d;
-fx-control-inner-background: #1d1d1d;
-fx-background-color: #1d1d1d;
-fx-table-cell-border-color: transparent;
-fx-table-header-border-color: transparent;
-fx-padding: 5;
}

.table-view .column-header-background {
-fx-background-color: transparent;
}

.table-view .column-header, .table-view .filler {
-fx-size: 20;
-fx-border-width: 0 0 1 0;
-fx-background-color: transparent;
-fx-border-color:
transparent
transparent
derive(-fx-base, 80%)
transparent;
-fx-border-insets: 0 10 1 0;
}

.table-view .column-header .label {
-fx-font-size: 10pt;
-fx-font-family: "Segoe UI Light";
-fx-text-fill: white;
-fx-alignment: center-left;
-fx-opacity: 1;
}

.table-view:focused .table-row-cell:filled:focused:selected {
-fx-background-color: -fx-focus-color;
}

.split-pane:horizontal > .split-pane-divider {
-fx-border-color: transparent #1d1d1d transparent #1d1d1d;
-fx-background-color: transparent, derive(#1d1d1d,20%);
}

.split-pane {
-fx-padding: 1 0 0 0;
}


.text-field {
-fx-font-size: 12pt;
-fx-font-family: "Segoe UI Semibold";
}

/*
* Metro style Push Button
* Author: Pedro Duque Vieira
* http://pixelduke.wordpress.com/2012/10/23/jmetro-windows-8-controls-on-java/
*/
.button {

-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: #1d1d1d;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 11pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}

.button:hover {
-fx-background-color: #3a3a3a;
}

.button:pressed, .button:default:hover:pressed {
-fx-background-color: white;
-fx-text-fill: #1d1d1d;
}

.button:focused {
-fx-border-color: white, white;
-fx-border-width: 1, 1;
-fx-border-style: solid, segments(1, 1);
-fx-border-radius: 0, 0;
-fx-border-insets: 1 1 1 1, 0;
}

.button:disabled, .button:default:disabled {
-fx-opacity: 0.4;
-fx-background-color: #1d1d1d;
-fx-text-fill: white;
}

.button:default {
-fx-background-color: -fx-focus-color;
-fx-text-fill: #ffffff;
}

.button:default:hover {
-fx-background-color: derive(-fx-focus-color,30%);
}
21 changes: 21 additions & 0 deletions css/chart.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
Find more details on JavaFX supported named colors at
http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#t...
*/

/* Colors of JavaFX pie chart slices. */
.data0.chart-pie { -fx-pie-color: turquoise; }
.data1.chart-pie { -fx-pie-color: aquamarine; }
.data2.chart-pie { -fx-pie-color: cornflowerblue; }
.data3.chart-pie { -fx-pie-color: blue; }
.data4.chart-pie { -fx-pie-color: cadetblue; }
.data5.chart-pie { -fx-pie-color: navy; }
.data6.chart-pie { -fx-pie-color: deepskyblue; }
.data7.chart-pie { -fx-pie-color: cyan; }
.data8.chart-pie { -fx-pie-color: steelblue; }
.data9.chart-pie { -fx-pie-color: teal; }
.data10.chart-pie { -fx-pie-color: royalblue; }
.data11.chart-pie { -fx-pie-color: dodgerblue; }

/* Pie Chart legend background color and stroke. */
.chart-legend { -fx-background-color: sienna; }
51 changes: 51 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.search-box{
-fx-background-color:#FFFFFF;
-fx-background-radius: 100;
}

.transparent{
-fx-background-color: rgba(0,0,0,0);
}

.search-button{
-fx-background-color: #828282;
-fx-background-radius: 30;
}

.right-bar{
-fx-background-color: #D3D3D3;
}

.shadow{
-fx-effect: dropShadow(three-pass-box,rgba(0,0,0,0.1), 10.0 , 0.0 , 0.0 ,10.0);
}

.chosen-fruit-card{
-fx-background-color: #808080 ;
-fx-background-radius: 30;
}

.comboBox{
-fx-background-color: rgba(255,255,255,0.3);
-fx-background-radius: 30;
}

.add-btn{
-fx-background-color: #FFFFFF;
-fx-background-radius: 100;
}

.free-delivery-card{
-fx-background-color: #D3D3D3;
-fx-background-radius: 30;
}

.shopping-online-card{
-fx-background-color: #BAEAC3;
-fx-background-radius: 30;
}

.fruit-item{
-fx-background-color: #FFFFFF;
-fx-background-radius: 30;
}
4 changes: 4 additions & 0 deletions css/zargabuttons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.button {
-fx-font : bold italic 10pt "Arial"
-fx-effect : ropshadow( one-pass-box , black , 8 , 0.0 , 2 , 0 )
}
Binary file added demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added ff++.docx
Empty file.
Binary file added jar_files (1)/TrayNotification.jar
Binary file not shown.
Binary file added jar_files (1)/TrayTester.jar
Binary file not shown.
Binary file added jar_files (1)/banner-1.0.2.jar
Binary file not shown.
Binary file added jar_files (1)/commons-beanutils-1.9.4.jar
Binary file not shown.
Binary file added jar_files (1)/commons-collections-3.2.2.jar
Binary file not shown.
Binary file added jar_files (1)/commons-collections4-4.1.jar
Binary file not shown.
Binary file added jar_files (1)/commons-digester-2.1.jar
Binary file not shown.
Binary file added jar_files (1)/commons-io-2.5.jar
Binary file not shown.
Binary file added jar_files (1)/commons-lang3-3.6.jar
Binary file not shown.
Binary file added jar_files (1)/commons-logging-1.2.jar
Binary file not shown.
Binary file added jar_files (1)/commons-validator-1.7.jar
Binary file not shown.
Binary file added jar_files (1)/core-3.4.0.jar
Binary file not shown.
Binary file added jar_files (1)/itextpdf-5.5.9.jar
Binary file not shown.
Binary file added jar_files (1)/jai-imageio-core-1.4.0.jar
Binary file not shown.
Binary file added jar_files (1)/javase-3.4.0.jar
Binary file not shown.
Binary file added jar_files (1)/javax.mail-1.6.2.jar
Binary file not shown.
Binary file added jar_files (1)/javax.mail.jar
Binary file not shown.
Binary file added jar_files (1)/jcommander-1.72.jar
Binary file not shown.
Binary file added jar_files (1)/pdfbox-app-3.0.0-alpha2.jar
Binary file not shown.
Binary file added jar_files (1)/slf4j-api-1.7.5.jar
Binary file not shown.
Binary file added jar_files (1)/text-ui-0.0.2.jar
Binary file not shown.
Binary file added jar_files (1)/zxing-1.1.1.jar
Binary file not shown.
Binary file added metaFinal/ImageDemo.pdf
Binary file not shown.
Binary file added metaFinal/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metaFinal/img/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metaFinal/img/balti_algeria_top_50_62.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metaFinal/img/delice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metaFinal/img/el_castro_1517070949.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metaFinal/img/logo-ooredoo-tunisie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metaFinal/img/zaza.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions metaFinal/nbproject/genfiles.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ build.xml.stylesheet.CRC32=8064a381@1.75.2.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=10b9b6da
<<<<<<< HEAD
nbproject/build-impl.xml.script.CRC32=20ce334f
nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
=======
nbproject/build-impl.xml.script.CRC32=aa827774
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
>>>>>>> origin/zarga
Loading