|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
|
25 | 25 |
|
26 | 26 | package javafx.embed.swing;
|
27 | 27 |
|
28 |
| -import com.sun.javafx.application.PlatformImpl; |
29 |
| -import com.sun.javafx.collections.ObservableListWrapper; |
30 |
| -import com.sun.javafx.scene.input.ExtendedInputMethodRequests; |
31 |
| -import javafx.application.Platform; |
32 |
| -import javafx.collections.ObservableList; |
33 |
| -import javafx.geometry.Point2D; |
34 |
| -import javafx.scene.input.InputMethodHighlight; |
35 |
| -import javafx.scene.input.InputMethodTextRun; |
36 |
| - |
37 | 28 | import java.awt.Rectangle;
|
38 | 29 | import java.awt.event.InputMethodEvent;
|
39 | 30 | import java.awt.font.TextHitInfo;
|
|
45 | 36 | import java.util.List;
|
46 | 37 | import java.util.concurrent.atomic.AtomicInteger;
|
47 | 38 | import java.util.concurrent.atomic.AtomicReference;
|
| 39 | +import javafx.collections.ObservableList; |
| 40 | +import javafx.geometry.Point2D; |
| 41 | +import javafx.scene.input.InputMethodHighlight; |
| 42 | +import javafx.scene.input.InputMethodTextRun; |
| 43 | +import com.sun.javafx.application.PlatformImpl; |
| 44 | +import com.sun.javafx.collections.ObservableListWrapper; |
| 45 | +import com.sun.javafx.scene.input.ExtendedInputMethodRequests; |
48 | 46 |
|
49 | 47 | /**
|
50 | 48 | * A utility class containing the functions to support Input Methods
|
|
0 commit comments