Skip to content

Commit

Permalink
图标更改
Browse files Browse the repository at this point in the history
  • Loading branch information
CCharlesMeng committed Jan 4, 2016
1 parent 219da3c commit 9c3107b
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified project/DeliverySystem/Client/src/main/java/ui/css/pic/Thumbs.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.stage.Stage;
import message.OperationMessage;
import ui.ServerView;
Expand Down Expand Up @@ -32,6 +33,7 @@ public void start(Stage primaryStage) throws Exception {
ServerMain.primaryStage = primaryStage;

primaryStage.setTitle("Server");
primaryStage.getIcons().add(new Image(this.getClass().getResourceAsStream("/ui/server/logo-server.png")));
primaryStage.setX(150);
primaryStage.setY(150);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void start(ActionEvent actionEvent) {
new Server().start();
isON = true;
state.setText(" 启动");

SimpleDateFormat time = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String TimeString = time.format(new java.util.Date());
start_time.setText(TimeString);
Expand Down
Binary file modified project/DeliverySystem/Server/src/main/java/ui/server/Thumbs.db
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c3107b

Please sign in to comment.