Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
niemimm
ohj2
Commits
bf647541
Commit
bf647541
authored
1 month ago
by
koallaht
Browse files
Options
Downloads
Patches
Plain Diff
Update file DynamicComboBox.java
parent
5f5d52e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DynamicComboBox/src/DynamicComboBox/DynamicComboBox.java
+3
-1
3 additions, 1 deletion
DynamicComboBox/src/DynamicComboBox/DynamicComboBox.java
with
3 additions
and
1 deletion
DynamicComboBox/src/DynamicComboBox/DynamicComboBox.java
+
3
−
1
View file @
bf647541
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment