Skip to content
Snippets Groups Projects
Commit bf1383b0 authored by Lahtinen Konsta Aleksi's avatar Lahtinen Konsta Aleksi
Browse files

Merge branch 'main' of https://gitlab.jyu.fi/niemimm/ohj2

parents 5849749a bf647541
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ import javafx.scene.input.KeyEvent;
import java.util.*;
/**
* @author konsta lahtinen
* @version 20.2.2025
* Oma versio ComboBox containerista, sisältää haun ja uuden lisäyksen tulkinnan
*/
public class DynamicComboBox extends ComboBox<java.lang.String> {
......@@ -21,7 +23,7 @@ public class DynamicComboBox extends ComboBox<java.lang.String> {
private boolean hakuPaal = true;
private boolean tutkiminen = true;
/**
* Attribuutti items sisältää kaiken comboxin sisällön
* Attribuutti sisalto sisältää kaiken comboxin sisällön
*/
public DynamicComboBox() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment