Top "Window" questions

In computer science a window is a graphical interface to let a user interact with a program.

Storing a variable in the JavaScript 'window' object is a proper way to use that object?

(Maybe) I just solved a my problem (How to update front-end content after that a form is successfully submitted from …

javascript jquery dom window
How to change current Plot Window Size (in R)

For example. Assume I do: dev.new(width=5, height=4) plot(1:20) And now I wish to do plot(1:40) But I want …

graphics r window plot base
How to prevent closing browser window?

I tried the following code to get an alert upon closing a browser window: window.onbeforeunload = confirmExit; function confirmExit() { return "…

javascript browser window onbeforeunload
Changing the start up location of a WPF window

I'd like to have a WPF window open in the top right part of the screen. Right now I can …

wpf window wpf-positioning
How to make title bar disappear in WPF window?

I know this has been asked before but I've tried answers: How to create a WPF Window without a border …

wpf xaml window titlebar
WPF App Doesn't Shut Down When Closing Main Window

I'm used to WinForms programming in Visual Studio, but I wanted to give WPF a try. I added another window …

c# wpf visual-studio-2010 window
Is it possible to create desktop applications with node.js?

I've created an application using node.js, and I'm interested to know if it's possible to pack the client side (…

javascript node.js window
JavaScript window.open only if the window does not already exist

I have an application that opens a new window on clicking a link. This spawns a page that holds a …

javascript popup window
WPF: Cannot reuse window after it has been closed

I am trying to keep one instance of a Window around and when needed call ShowDialog. This worked find in …

c# .net wpf singleton window
Javafx open another fxml in the another window with button

Is it possible in javafx to open new stages (windows) from another fxml with a button? Thanks for the answers.

javafx window fxml stage