public LoginView() { InitializeComponent(); using (SqliteDB db = new SqliteDB()) { var Userlist = db.UserInfoModel.ToList(); Userlist.Sort((x, y) => DateTime.Compare(y.DateTime, x.DateTime)); foreach (var x in Userlist) { dic.Add(x.UserName, x.PassWord); } } } private void Window_Loaded(object sender, RoutedEventArgs e) { // 显示第一张图片 myImage.Source = new BitmapImage(new Uri(imagePaths[0], UriKind.Relative)); // 启动定时器 timer = new Timer(4000); timer.Elapsed += Timer_Elapsed; timer.Start(); } 为什么不进入到Window_Loaded事件中
时间: 2024-02-10 21:25:20 浏览: 165
有几种可能的原因导致 `Window_Loaded` 事件没有被触发:
1. `Window_Loaded` 事件没有正确绑定到窗口的加载事件。请确保在 XAML 文件中将 `Window_Loaded` 事件与 `Loaded` 属性绑定,如下所示:
```xaml
<Window x:Class="YourNamespace.LoginView" Loaded="Window_Loaded">
```
2. 如果你在代码中手动创建了窗口实例,需要确保在创建窗口后调用 `Show()` 或 `ShowDialog()` 方法来显示窗口。例如:
```csharp
LoginView loginView = new LoginView();
loginView.Show();
```
3. 如果你的窗口在其他地方被创建并显示,确保在创建窗口后立即订阅 `Loaded` 事件:
```csharp
LoginView loginView = new LoginView();
loginView.Loaded += Window_Loaded;
loginView.Show();
```
这样,当窗口加载完成时,`Window_Loaded` 事件将被触发。
如果以上方法都没有解决你的问题,还请提供更多代码或详细信息,以便我能够更好地帮助你找到问题的根本原因。
相关问题
public LoginView() { InitializeComponent(); using (SqliteDB db = new SqliteDB()) { var Userlist = db.UserInfoModel.ToList(); Userlist.Sort((x, y) => DateTime.Compare(y.DateTime, x.DateTime)); foreach (var x in Userlist) { dic.Add(x.UserName, x.PassWord); } } } private void Window_Loaded(object sender, RoutedEventArgs e) { // 显示第一张图片 myImage.Source = new BitmapImage(new Uri(imagePaths[0], UriKind.Relative)); // 启动定时器 timer = new Timer(4000); timer.Elapsed += Timer_Elapsed; timer.Start(); } 为什么不进入到Window_Loaded事件中
在WPF中,如果 `Window_Loaded` 事件没有被触发,可能有以下几个原因:
1. 你没有将 `Window_Loaded` 事件与窗口的加载事件正确绑定。请确保在 XAML 文件中将 `Window_Loaded` 事件与 `Loaded` 属性绑定,如下所示:
```xaml
<Window x:Class="YourNamespace.LoginView" Loaded="Window_Loaded">
```
2. 如果你是在代码中手动创建窗口实例并显示,需要确保在创建窗口后调用 `Show()` 或 `ShowDialog()` 方法来显示窗口。例如:
```csharp
LoginView loginView = new LoginView();
loginView.Show();
```
3. 如果你的窗口在其他地方被创建并显示,确保在创建窗口后立即订阅 `Loaded` 事件:
```csharp
LoginView loginView = new LoginView();
loginView.Loaded += Window_Loaded;
loginView.Show();
```
这样,当窗口加载完成时,`Window_Loaded` 事件将被触发。
如果以上方法都没有解决你的问题,请检查你的代码中是否有其他地方修改了窗口的加载行为,或者提供更多的代码和详细信息,以便更准确地找到问题的根本原因。
公共类 LoginView 扩展 JPanel 实现 ActionListener { Login login = new Login();JTextField inputID = new JTextField(12);JPasswordField inputPassword = new JPasswordField(12);JButton buttonLogin = new JButton(“登录”);布尔登录数据;布尔登录操作系统;按钮组组 = 新的按钮组();JRadioButton radioButton1 = new JRadioButton(“医生”), radioButton2 = new JRadioButton(“病人”);JLabel imgLabel;创建图片 ImageIcon imageIcon = new ImageIcon(“C:\Users\86198\IdeaProjects\hospital\image\登录.png”);字符串 s1 = “医生”;LoginView() { this.imgLabel = new JLabel(imageIcon); this.add(imgLabel); this.add(imgLabel, BorderLayout.NORTH); this.add(new JLabel(“ID:”));this.add(this.inputID);this.add(new JLabel(“密码:”));this.add(this.inputPassword);this.add(this.buttonLogin);this.group.add(radioButton1);将单选按钮添加到组中 this.group.add(radioButton2);将单选按钮添加到组中 this.add(radioButton1);this.add(radioButton2);this.radioButton1.addActionListener(e1 -> s1 = “doctor”);this.radioButton2.addActionListener(e1 -> s1 = “patient”);this.buttonLogin.addActionListener(this);} public boolean idLoginDSuccess() { return this.loginDSuccess; } public boolean idLoginPSuccess() { return this.loginPSuccess; } public void actionPerformed(ActionEvent e) { this.login.setId(this.inputID.getText()); char[] pw = this.inputPassword.getPassword(); this.login.setPassword(new String(pw));HandleLogin handleLogin = new HandleLogin();this.login = handleLogin.queryVerify(this.login, s1);if (s1.equals(“doctor”)) { this.loginDSuccess = this.login.isLoginDSuccess(); } else { this.loginPSuccess = this.login.isLoginPSuccess(); } }}让其他组件显示在背景图片上
要让其他组件显示在背景图片上,可以通过设置布局管理器或添加透明的面板来实现。下面是一个示例代码:
```java
import javax.swing.*;
import java.awt.*;
public class LoginView extends JPanel implements ActionListener {
private Login login = new Login();
private JTextField inputID = new JTextField(12);
private JPasswordField inputPassword = new JPasswordField(12);
private JButton buttonLogin = new JButton("登录");
private boolean loginDSuccess;
private boolean loginPSuccess;
private ButtonGroup group = new ButtonGroup();
private JRadioButton radioButton1 = new JRadioButton("医生");
private JRadioButton radioButton2 = new JRadioButton("病人");
private JLabel imgLabel;
private ImageIcon imageIcon = new ImageIcon("C:\\Users\\86198\\IdeaProjects\\hospital\\image\\登录.png");
private String s1 = "医生";
public LoginView() {
// 创建背景图片标签
this.imgLabel = new JLabel(imageIcon);
// 设置布局为BorderLayout,背景图片标签位于北部
this.setLayout(new BorderLayout());
this.add(this.imgLabel, BorderLayout.NORTH);
// 创建面板,设置为透明
JPanel panel = new JPanel();
panel.setOpaque(false);
// 添加其他组件到面板中
panel.add(new JLabel("ID:"));
panel.add(this.inputID);
panel.add(new JLabel("密码:"));
panel.add(this.inputPassword);
panel.add(this.buttonLogin);
this.group.add(this.radioButton1);
this.group.add(this.radioButton2);
panel.add(this.radioButton1);
panel.add(this.radioButton2);
// 将面板添加到LoginView中
this.add(panel, BorderLayout.CENTER);
// 添加监听器
this.radioButton1.addActionListener(e1 -> s1 = "doctor");
this.radioButton2.addActionListener(e1 -> s1 = "patient");
this.buttonLogin.addActionListener(this);
}
public boolean idLoginDSuccess() {
return this.loginDSuccess;
}
public boolean idLoginPSuccess() {
return this.loginPSuccess;
}
public void actionPerformed(ActionEvent e) {
this.login.setId(this.inputID.getText());
char[] pw = this.inputPassword.getPassword();
this.login.setPassword(new String(pw));
HandleLogin handleLogin = new HandleLogin();
this.login = handleLogin.queryVerify(this.login, s1);
if (s1.equals("doctor")) {
this.loginDSuccess = this.login.isLoginDSuccess();
} else {
this.loginPSuccess = this.login.isLoginPSuccess();
}
}
}
```
在上面的代码中,我们首先创建了一个背景图片标签,并将其添加到`LoginView`中。我们设置`LoginView`的布局管理器为`BorderLayout`,并将背景图片标签放置在北部。接下来,我们创建了一个面板,并将其设置为透明。我们将其他组件添加到面板中,然后将面板添加到`LoginView`的中心区域。最后,我们添加了监听器。
通过这种方式,我们可以让其他组件显示在背景图片上。请注意,在上面的代码中,我们使用了`setOpaque(false)`方法将面板设置为透明。这是非常重要的步骤,否则面板会覆盖背景图片,导致背景图片无法显示。
阅读全文