Working Component Management

This commit is contained in:
2025-04-14 15:12:02 +02:00
parent 133ee646d1
commit ca36cffd47
20 changed files with 138 additions and 170 deletions

View File

@ -1,5 +1,7 @@
package fabrik.simulator.pic16f84.interfaces;
import javafx.scene.layout.VBox;
public interface TableInterface extends PICComponentInterface {
void refresh();
VBox refresh();
}