JTextFieldAddressBar.java

1
/*******************************************************************************
2
 * Copyhacked (H) 2012-2020.
3
 * This program and the accompanying materials
4
 * are made available under no term at all, use it like
5
 * you want, but share and discuss about it
6
 * every time possible with every body.
7
 *
8
 * Contributors:
9
 *      ron190 at ymail dot com - initial implementation
10
 *******************************************************************************/
11
package com.jsql.view.swing.text;
12
13
import com.jsql.view.swing.util.UiUtil;
14
15
import javax.swing.*;
16
17
/**
18
 * A JTextField displaying an icon and buttons.
19
 */
20
public class JTextFieldAddressBar extends JPopupTextField implements DecoratorJComponent<JTextField> {
21
    
22
    public JTextFieldAddressBar(JTextField c) {
23
        
24
        super(c);
25 1 1. <init> : removed call to javax/swing/JTextField::setFont → NO_COVERAGE
        this.getProxy().setFont(UiUtil.FONT_NON_MONO_BIG);
26
    }
27
}

Mutations

25

1.1
Location : <init>
Killed by : none
removed call to javax/swing/JTextField::setFont → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.16.1