Añado los fuentes de java

This commit is contained in:
2025-06-09 13:37:06 +02:00
parent d6c990e5d5
commit a97a6350ee
226 changed files with 57246 additions and 0 deletions
@@ -0,0 +1,6 @@
package com.tarisan.chipcard.gui;
public interface IconizableObject {
public javax.swing.Icon getIcon();
}