com.spun.swing.Paintables Maven / Gradle / Ivy
The newest version!
package com.spun.swing;
public class Paintables
{
public static PaintablePanel
asPanel(P paintable)
{
return new PaintablePanel<>(paintable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy