Skip to content

Instantly share code, notes, and snippets.

View insolor's full-sized avatar
:octocat:

insolor insolor

:octocat:
View GitHub Profile
@jewelsea
jewelsea / TableWrappedHeaders.java
Last active February 12, 2026 15:31
JavaFX sample tableview with wrapped headers.
import javafx.application.Application;
import javafx.beans.property.SimpleStringProperty;
import javafx.collections.FXCollections;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.control.cell.PropertyValueFactory;
import javafx.scene.layout.Pane;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;