JavaFX Java GUI Tutorial - 17 - Introduction to TableView

  Рет қаралды 96,833

thenewboston

thenewboston

Күн бұрын

Пікірлер: 22
@macronencer
@macronencer 4 жыл бұрын
I'm enjoying this series and finding it very useful, thanks - but I just want to add... integer-based types are better for monetary values, since they're not subject to rounding errors. "If I had a dime for every time I've seen someone use FLOAT to store currency, I'd have $999.997634" -- Bill Karwin
@TheXBaca
@TheXBaca 8 жыл бұрын
Eclise Alt + Shift + S to create getters and setters
@muhammadtaimourafzal5285
@muhammadtaimourafzal5285 3 жыл бұрын
i searched it on google. should have read your comment lol
@saphiwrath
@saphiwrath Жыл бұрын
On VS Code, it's ctrl + . to insert getters and setters ;)
@lazy_racer
@lazy_racer 8 жыл бұрын
he used IDE features to generate setters and getters, but for some reason didn't used them to generate constructor
@gudjac9271
@gudjac9271 9 жыл бұрын
Eclipse: Source -> Generate Getters and Setters... or Preferences -> General -> Keys (type filter text) Generate Getters and Setters, Binding: Alt + Insert e.g.
@OpenGL4ever
@OpenGL4ever 9 жыл бұрын
Eclipse and Netbeans do have such a "create setter and getter" method too.
@hedgehogurchin16
@hedgehogurchin16 9 жыл бұрын
Aww. Making a table I was hoping you did a detour to carpentry.
@captainsesman343
@captainsesman343 6 жыл бұрын
Please i am trying the tableview thing using multidimensional array. its kinda intricate i dont know if u mind helping
@Aryanrgupta
@Aryanrgupta 9 жыл бұрын
I suggest you to change the Editor preferences so that it becomes more visisble n clear
@krpcannon123
@krpcannon123 6 жыл бұрын
any resources on how to better organize our GUI classes once this main gets too long?
@hossamnasser9717
@hossamnasser9717 4 жыл бұрын
Hi. Did you find out ?
@dronesim
@dronesim 5 жыл бұрын
This is not an Intro to TableView. This is an Intro to POJOs
@hossamnasser9717
@hossamnasser9717 4 жыл бұрын
What Is POJOs ?
@dronesim
@dronesim 4 жыл бұрын
Hossam Nasser plain old java objects
@Mithrandirny
@Mithrandirny 7 жыл бұрын
Man, I skipped this video in the playlist; ended up banging my head for an hour trying to figure out why some of my columns wouldn't display their values. (Used unconventional getter names) =/
@dobbeboogaerts2052
@dobbeboogaerts2052 3 жыл бұрын
Could someone copy the solution to the full scripts of main.java down below? as it is not shown in this video ; in return I can provide the solution to the previous scripts in the comments down below. Great thanks in advance, and much thanks to the creator of this videos for this awesome series, great help for starting to dive into java :)
@dobbeboogaerts2052
@dobbeboogaerts2052 3 жыл бұрын
Main.java: package sample; import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import com.sun.javafx.binding.DoubleConstant; import javafx.collections.ObservableList; import javafx.geometry.Insets; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.control.TableColumn; import javafx.scene.control.TableView; import javafx.scene.control.TextField; import javafx.scene.control.cell.PropertyValueFactory; import javafx.scene.layout.HBox; import javafx.scene.layout.VBox; import javafx.scene.control.TreeView; import javafx.scene.control.Button; import javafx.scene.control.SelectionMode; import javafx.scene.layout.StackPane; import javafx.stage.Stage; import javafx.scene.control.ListView; public class Main extends Application { Stage window; TreeView tree; public static void main(String[] args) { launch(args); } @Override public void start(Stage primaryStage) { window = primaryStage; window.setTitle("Dobbe Boogaerts | CheckBox Demo"); VBox vBox = new VBox(); vBox.getChildren().addAll(); Scene scene = new Scene(vBox); < not shown in this video > } }
@itachishank3639
@itachishank3639 7 жыл бұрын
laptop for 500 bucks i wanna buy....😂😂😂😂
@eventdz6182
@eventdz6182 5 жыл бұрын
how i can get a code
@Ian-dy3ul
@Ian-dy3ul 9 жыл бұрын
Your channel has a bazillion ads
@NA-is2oo
@NA-is2oo 7 жыл бұрын
And yet I dont see ONE
JavaFX Java GUI Tutorial - 18 - Simple TableView
12:04
thenewboston
Рет қаралды 193 М.
JavaFX Java GUI Tutorial - 16 - TreeView
14:30
thenewboston
Рет қаралды 100 М.
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 12 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 48 МЛН
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 14 МЛН
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 811 М.
JWT авторизация. Основы JWT - механизма.
6:45
Хочу вАйти
Рет қаралды 13 М.
JavaFX Java GUI Tutorial - 5 - Creating Alert Boxes
10:54
thenewboston
Рет қаралды 314 М.
Programming vs Coding - What's the difference?
5:59
Aaron Jack
Рет қаралды 2 МЛН
JavaFX Java GUI Tutorial - 28 - Properties
11:17
thenewboston
Рет қаралды 89 М.
JavaFX Java GUI Tutorial - 20 - Adding and Deleting TableView Rows
10:05
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 756 М.
JavaFX Java GUI Tutorial - 4 - Switching Scenes
8:26
thenewboston
Рет қаралды 465 М.
BASH scripting will change your life
14:18
NetworkChuck
Рет қаралды 1 МЛН
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 12 МЛН