Skip to content

Instantly share code, notes, and snippets.

View fpaaske's full-sized avatar

Frank Paaske fpaaske

View GitHub Profile
# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
@fpaaske
fpaaske / SubstanceTest.java
Last active December 15, 2015 02:19
Insubstantial - setting cell selection on a jtable breaks "row mouseover animation"
package gui;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import javax.swing.UnsupportedLookAndFeelException;
import javax.swing.table.DefaultTableModel;