Ever write code that you look at, and think "no language should let me do this".


private void createURLButtonAction() throws Exception
      {
            m_view.m_loadURLButton.setOnAction(e -> {
                  try{
                        loadURL(m_view.m_urlField.getText());
                  }
                  catch (Exception exception)
                  {
                        
                  }
            });
      }
0
LVL 20

Comment

by:Kyle Santos
*plane flies over my head*
2
LVL 9

Comment

by:James Bilous
*no framework
Don't blame the lambdas
0

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month