Skip to content

Instantly share code, notes, and snippets.

View IdelsTak's full-sized avatar
🖥️
Porting Swing to JavaFX

Hiram Kamau IdelsTak

🖥️
Porting Swing to JavaFX
View GitHub Profile
@IdelsTak
IdelsTak / modena.css
Created September 16, 2019 14:16 — forked from maxd/modena.css
modena.css from JDK 10.0.1
/*
* Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
@IdelsTak
IdelsTak / TextAreaTabAndEnterHandler.java
Created September 8, 2019 04:05 — forked from jewelsea/TextAreaTabAndEnterHandler.java
Allow a Tab key press in a TextArea to focus on the next field and an Enter key press in a TextArea to trigger a default button.
import javafx.application.Application;
import static javafx.application.Application.launch;
import javafx.beans.value.*;
import javafx.collections.ObservableList;
import javafx.event.*;
import javafx.scene.*;
import javafx.scene.control.*;
import static javafx.scene.input.KeyCode.ENTER;
import static javafx.scene.input.KeyCode.TAB;
import javafx.scene.input.KeyEvent;
@IdelsTak
IdelsTak / Arch.md
Created August 25, 2019 07:26 — forked from FeliciousX/Arch.md
Arch Linux Installation Checklist

Overall

Fresh installation of Arch Linux for development and uses Gnome as the Desktop Environment.

NOTE: Some things are specified towards my ASUS ROG G56JR laptop.

Steps

  1. Go through the beginner's guide
  2. Remember to mount your efi partition to /boot/efi
  3. When installing grub, remember to also install os-prober nd efibootmgr