mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-0: Certify
This commit is contained in:
parent
138133c95e
commit
b73cdad6fe
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
/* ###
|
/* ###
|
||||||
* IP: GHIDRA
|
* IP: GHIDRA
|
||||||
* REVIEWED: YES
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -42,6 +42,7 @@ public class FloatingPointTextField extends JTextField {
|
||||||
/**
|
/**
|
||||||
* Constructs a new FloatingPointTextField initialized with the given value.
|
* Constructs a new FloatingPointTextField initialized with the given value.
|
||||||
* @param columns the number of columns for determining the preferred width
|
* @param columns the number of columns for determining the preferred width
|
||||||
|
* @param initialValue the initial value
|
||||||
*/
|
*/
|
||||||
public FloatingPointTextField(int columns, double initialValue) {
|
public FloatingPointTextField(int columns, double initialValue) {
|
||||||
this(columns);
|
this(columns);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue