关闭按钮在Debian中消失了

时间:2016-07-07 08:39:41

标签: java swing jframe debian

enter image description here我有一个可以在Windows中正确编译和运行的Jframe,但是当我尝试在Debian中运行它时,没有关闭按钮或标题栏。

我使用的是默认的外观和感觉,所以我错过了什么让它工作?

1 个答案:

答案 0 :(得分:0)

这是由

引起的
if (crty != 0 && fname != 0 && gname != 0) {
    $.ajax({
        type: "GET",
        url: urlPA,

        data: 'DATA',
        success: function (response) {
            alert(response);
            /// when success the color of the textbox return to normal
            $('#Courtesy').css('background-color', 'white');
            // add other fields
        },
        datatype: "text"
    });
} else { alert("Please fill up the required fields.");
    ////// when error the textbox background makes red
    $('#Courtesy').css('background-color', 'red');
    // add other fields
}

我改为下面修复它。

setType(Type.POPUP);