Skip to content

Commit

Permalink
fix a bug of clear exception message invoking method
Browse files Browse the repository at this point in the history
  • Loading branch information
chengenzhao committed Oct 8, 2017
1 parent e70d536 commit aeb0197
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/whitewoodcity/ui/ExceptionBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
import javafx.scene.layout.HBox;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/whitewoodcity/ui/PagePane.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class PagePane extends TabPane{
public void buildPane(){
getTabs().add(new Page("新标签页", this));
getTabs().add(new Page("New Tab", this));
}

public void close(){
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/fxml/tab_content.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<?import javafx.scene.layout.*?>

<?import javafx.geometry.Insets?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.image.Image?>
<?import java.net.URL?>
<Pane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
Expand Down

0 comments on commit aeb0197

Please # to comment.